public static interface SubscribeResponse.Builder extends SNSResponse.Builder, CopyableBuilder<SubscribeResponse.Builder,SubscribeResponse>
| Modifier and Type | Method and Description |
|---|---|
SubscribeResponse.Builder |
subscriptionArn(String subscriptionArn)
The ARN of the subscription, if the service was able to create a subscription immediately (without requiring
endpoint owner confirmation).
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildSubscribeResponse.Builder subscriptionArn(String subscriptionArn)
The ARN of the subscription, if the service was able to create a subscription immediately (without requiring endpoint owner confirmation).
subscriptionArn - The ARN of the subscription, if the service was able to create a subscription immediately (without
requiring endpoint owner confirmation).Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.