public static interface DisassociateOpsItemRelatedItemRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<DisassociateOpsItemRelatedItemRequest.Builder,DisassociateOpsItemRelatedItemRequest>
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
DisassociateOpsItemRelatedItemRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisassociateOpsItemRelatedItemRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
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.
opsItemId
- The ID of the OpsItem for which you want to delete an association between the OpsItem and a related
item.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.
associationId
- The ID of the association for which you want to delete an association between the OpsItem and a
related item.DisassociateOpsItemRelatedItemRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DisassociateOpsItemRelatedItemRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.