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 SNS 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 SNS topic to delete.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteTargetRequest.Builder targetAddress(String targetAddress)
The Amazon Resource Name (ARN) of the SNS topic to delete.
targetAddress - The Amazon Resource Name (ARN) of the SNS topic to delete.DeleteTargetRequest.Builder forceUnsubscribeAll(Boolean forceUnsubscribeAll)
A Boolean value that can be used to delete all associations with this SNS topic. The default value is FALSE. If set to TRUE, all associations between that target and every notification rule in your AWS account are deleted.
forceUnsubscribeAll - A Boolean value that can be used to delete all associations with this SNS topic. The default value is
FALSE. If set to TRUE, all associations between that target and every notification rule in your AWS
account are deleted.DeleteTargetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteTargetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.