public static interface ConfirmSubscriptionRequest.Builder extends SnsRequest.Builder, SdkPojo, CopyableBuilder<ConfirmSubscriptionRequest.Builder,ConfirmSubscriptionRequest>
Modifier and Type | Method and Description |
---|---|
ConfirmSubscriptionRequest.Builder |
authenticateOnUnsubscribe(String authenticateOnUnsubscribe)
Disallows unauthenticated unsubscribes of the subscription.
|
ConfirmSubscriptionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ConfirmSubscriptionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ConfirmSubscriptionRequest.Builder |
token(String token)
Short-lived token sent to an endpoint during the
Subscribe action. |
ConfirmSubscriptionRequest.Builder |
topicArn(String topicArn)
The ARN of the topic for which you wish to confirm a subscription.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ConfirmSubscriptionRequest.Builder topicArn(String topicArn)
The ARN of the topic for which you wish to confirm a subscription.
topicArn
- The ARN of the topic for which you wish to confirm a subscription.ConfirmSubscriptionRequest.Builder token(String token)
Short-lived token sent to an endpoint during the Subscribe
action.
token
- Short-lived token sent to an endpoint during the Subscribe
action.ConfirmSubscriptionRequest.Builder authenticateOnUnsubscribe(String authenticateOnUnsubscribe)
Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is
true
and the request has an AWS signature, then only the topic owner and the subscription owner
can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.
authenticateOnUnsubscribe
- Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is
true
and the request has an AWS signature, then only the topic owner and the subscription
owner can unsubscribe the endpoint. The unsubscribe action requires AWS authentication.ConfirmSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ConfirmSubscriptionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.