public static interface SubscribeResponse.Builder extends SnsResponse.Builder, SdkPojo, CopyableBuilder<SubscribeResponse.Builder,SubscribeResponse>
Modifier and Type | Method and Description |
---|---|
SubscribeResponse.Builder |
subscriptionArn(String subscriptionArn)
The ARN of the subscription if it is confirmed, or the string "pending confirmation" if the subscription
requires confirmation.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
SubscribeResponse.Builder subscriptionArn(String subscriptionArn)
The ARN of the subscription if it is confirmed, or the string "pending confirmation" if the subscription
requires confirmation. However, if the API request parameter ReturnSubscriptionArn
is true, then
the value is always the subscription ARN, even if the subscription requires confirmation.
subscriptionArn
- The ARN of the subscription if it is confirmed, or the string "pending confirmation" if the
subscription requires confirmation. However, if the API request parameter
ReturnSubscriptionArn
is true, then the value is always the subscription ARN, even if the
subscription requires confirmation.Copyright © 2020. All rights reserved.