public static interface UnsubscribeRequest.Builder extends CodestarNotificationsRequest.Builder, SdkPojo, CopyableBuilder<UnsubscribeRequest.Builder,UnsubscribeRequest>
| Modifier and Type | Method and Description |
|---|---|
UnsubscribeRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the notification rule.
|
UnsubscribeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UnsubscribeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UnsubscribeRequest.Builder |
targetAddress(String targetAddress)
The ARN of the SNS topic to unsubscribe from the notification rule.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUnsubscribeRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the notification rule.
arn - The Amazon Resource Name (ARN) of the notification rule.UnsubscribeRequest.Builder targetAddress(String targetAddress)
The ARN of the SNS topic to unsubscribe from the notification rule.
targetAddress - The ARN of the SNS topic to unsubscribe from the notification rule.UnsubscribeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUnsubscribeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.