public static interface DeleteTargetRequest.Builder extends CodestarNotificationsRequest.Builder, SdkPojo, CopyableBuilder<DeleteTargetRequest.Builder,DeleteTargetRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteTargetRequest.Builder |
forceUnsubscribeAll(Boolean forceUnsubscribeAll)
A Boolean value that can be used to delete all associations with this Chatbot topic.
|
DeleteTargetRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteTargetRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteTargetRequest.Builder |
targetAddress(String targetAddress)
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteTargetRequest.Builder targetAddress(String targetAddress)
The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.
targetAddress - The Amazon Resource Name (ARN) of the Chatbot topic or Chatbot client to delete.DeleteTargetRequest.Builder forceUnsubscribeAll(Boolean forceUnsubscribeAll)
A Boolean value that can be used to delete all associations with this Chatbot topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your Amazon Web Services account are deleted.
forceUnsubscribeAll - A Boolean value that can be used to delete all associations with this Chatbot topic. The default value
is FALSE. If set to TRUE, all associations between that target and every notification rule in your
Amazon Web Services account are deleted.DeleteTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.