Interface CreateTopicResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<CreateTopicResponse.Builder,CreateTopicResponse>, SdkBuilder<CreateTopicResponse.Builder,CreateTopicResponse>, SdkPojo, SdkResponse.Builder, SnsResponse.Builder
Enclosing class:
CreateTopicResponse

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

    • topicArn

      CreateTopicResponse.Builder topicArn(String topicArn)

      The Amazon Resource Name (ARN) assigned to the created topic.

      Parameters:
      topicArn - The Amazon Resource Name (ARN) assigned to the created topic.
      Returns:
      Returns a reference to this object so that method calls can be chained together.