public static interface ConfirmSubscriptionRequest.Builder extends SNSRequest.Builder, CopyableBuilder<ConfirmSubscriptionRequest.Builder,ConfirmSubscriptionRequest>
Modifier and Type | Method and Description |
---|---|
ConfirmSubscriptionRequest.Builder |
authenticateOnUnsubscribe(String authenticateOnUnsubscribe)
Disallows unauthenticated unsubscribes of the subscription.
|
ConfirmSubscriptionRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ConfirmSubscriptionRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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
requestOverrideConfig
copy
apply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ConfirmSubscriptionRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.