CopyableBuilder<ConfirmSubscriptionRequest.Builder,ConfirmSubscriptionRequest>, SdkBuilder<ConfirmSubscriptionRequest.Builder,ConfirmSubscriptionRequest>public static interface ConfirmSubscriptionRequest.Builder extends CopyableBuilder<ConfirmSubscriptionRequest.Builder,ConfirmSubscriptionRequest>
| Modifier and Type | Method | Description |
|---|---|---|
ConfirmSubscriptionRequest.Builder |
authenticateOnUnsubscribe(String authenticateOnUnsubscribe) |
Disallows unauthenticated unsubscribes of the subscription.
|
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.
|
copyapply, buildConfirmSubscriptionRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.