Interface ConfirmSubscriptionRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ConfirmSubscriptionRequest.Builder,ConfirmSubscriptionRequest>, SdkBuilder<ConfirmSubscriptionRequest.Builder,ConfirmSubscriptionRequest>, SdkPojo, SdkRequest.Builder, SnsRequest.Builder
Enclosing class:
ConfirmSubscriptionRequest

  • Method Details

    • topicArn

      The ARN of the topic for which you wish to confirm a subscription.

      Parameters:
      topicArn - The ARN of the topic for which you wish to confirm a subscription.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • token

      Short-lived token sent to an endpoint during the Subscribe action.

      Parameters:
      token - Short-lived token sent to an endpoint during the Subscribe action.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • authenticateOnUnsubscribe

      ConfirmSubscriptionRequest.Builder authenticateOnUnsubscribe(String authenticateOnUnsubscribe)

      Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an Amazon Web Services signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires Amazon Web Services authentication.

      Parameters:
      authenticateOnUnsubscribe - Disallows unauthenticated unsubscribes of the subscription. If the value of this parameter is true and the request has an Amazon Web Services signature, then only the topic owner and the subscription owner can unsubscribe the endpoint. The unsubscribe action requires Amazon Web Services authentication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      ConfirmSubscriptionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder