Interface SnsConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SnsConfiguration.Builder,SnsConfiguration>, SdkBuilder<SnsConfiguration.Builder,SnsConfiguration>, SdkPojo
Enclosing class:
SnsConfiguration

public static interface SnsConfiguration.Builder extends SdkPojo, CopyableBuilder<SnsConfiguration.Builder,SnsConfiguration>
  • Method Details

    • topicArn

      SnsConfiguration.Builder topicArn(String topicArn)

      SNS topic ARN that the scheduled query status notifications will be sent to.

      Parameters:
      topicArn - SNS topic ARN that the scheduled query status notifications will be sent to.
      Returns:
      Returns a reference to this object so that method calls can be chained together.