Interface SubscribeResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<SubscribeResponse.Builder,,- SubscribeResponse> - SdkBuilder<SubscribeResponse.Builder,,- SubscribeResponse> - SdkPojo,- SdkResponse.Builder,- SnsResponse.Builder
- Enclosing class:
- SubscribeResponse
@Mutable
@NotThreadSafe
public static interface SubscribeResponse.Builder
extends SnsResponse.Builder, SdkPojo, CopyableBuilder<SubscribeResponse.Builder,SubscribeResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionsubscriptionArn(String subscriptionArn) The ARN of the subscription if it is confirmed, or the string "pending confirmation" if the subscription requires confirmation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.sns.model.SnsResponse.Builderbuild, responseMetadata, responseMetadata
- 
Method Details- 
subscriptionArnThe ARN of the subscription if it is confirmed, or the string "pending confirmation" if the subscription requires confirmation. However, if the API request parameter ReturnSubscriptionArnis true, then the value is always the subscription ARN, even if the subscription requires confirmation.- Parameters:
- 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- ReturnSubscriptionArnis true, then the value is always the subscription ARN, even if the subscription requires confirmation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-