Interface RelatedOpsItem.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<RelatedOpsItem.Builder,RelatedOpsItem>
,SdkBuilder<RelatedOpsItem.Builder,RelatedOpsItem>
,SdkPojo
- Enclosing class:
- RelatedOpsItem
public static interface RelatedOpsItem.Builder extends SdkPojo, CopyableBuilder<RelatedOpsItem.Builder,RelatedOpsItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelatedOpsItem.Builder
opsItemId(String opsItemId)
The ID of an OpsItem related to the current OpsItem.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
opsItemId
RelatedOpsItem.Builder opsItemId(String opsItemId)
The ID of an OpsItem related to the current OpsItem.
- Parameters:
opsItemId
- The ID of an OpsItem related to the current OpsItem.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-