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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SubscribeResponse.BuildersubscriptionArn(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.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.sns.model.SnsResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
subscriptionArn
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
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 parameterReturnSubscriptionArnis 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.
-
-