Interface DisassociateOpsItemRelatedItemRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DisassociateOpsItemRelatedItemRequest.Builder,DisassociateOpsItemRelatedItemRequest>,SdkBuilder<DisassociateOpsItemRelatedItemRequest.Builder,DisassociateOpsItemRelatedItemRequest>,SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- DisassociateOpsItemRelatedItemRequest
@Mutable @NotThreadSafe public static interface DisassociateOpsItemRelatedItemRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DisassociateOpsItemRelatedItemRequest.Builder,DisassociateOpsItemRelatedItemRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DisassociateOpsItemRelatedItemRequest.BuilderassociationId(String associationId)The ID of the association for which you want to delete an association between the OpsItem and a related item.DisassociateOpsItemRelatedItemRequest.BuilderopsItemId(String opsItemId)The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.DisassociateOpsItemRelatedItemRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DisassociateOpsItemRelatedItemRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
-
-
-
Method Detail
-
opsItemId
DisassociateOpsItemRelatedItemRequest.Builder opsItemId(String opsItemId)
The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.
- Parameters:
opsItemId- The ID of the OpsItem for which you want to delete an association between the OpsItem and a related item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationId
DisassociateOpsItemRelatedItemRequest.Builder associationId(String associationId)
The ID of the association for which you want to delete an association between the OpsItem and a related item.
- Parameters:
associationId- The ID of the association for which you want to delete an association between the OpsItem and a related item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DisassociateOpsItemRelatedItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DisassociateOpsItemRelatedItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-