Interface SubscribeResponse.Builder

    • 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 ReturnSubscriptionArn is 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 ReturnSubscriptionArn is 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.