Interface ConfirmSubscriptionRequest.Builder

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

public static interface ConfirmSubscriptionRequest.Builder extends SnsRequest.Builder, SdkPojo, CopyableBuilder<ConfirmSubscriptionRequest.Builder,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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.