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).
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
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).
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.