CreateTopicRequest.Builder |
CreateTopicRequest.Builder.awsAccountId(String awsAccountId) |
The ID of the Amazon Web Services account that you want to create a topic in.
|
static CreateTopicRequest.Builder |
CreateTopicRequest.builder() |
|
default CreateTopicRequest.Builder |
CreateTopicRequest.Builder.customInstructions(Consumer<CustomInstructions.Builder> customInstructions) |
Custom instructions for the topic.
|
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.customInstructions(CustomInstructions customInstructions) |
Custom instructions for the topic.
|
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.folderArns(String... folderArns) |
The Folder ARN of the folder that you want the topic to reside in.
|
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.folderArns(Collection<String> folderArns) |
The Folder ARN of the folder that you want the topic to reside in.
|
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.tags(Collection<Tag> tags) |
Contains a map of the key-value pairs for the resource tag or tags that are assigned to the dataset.
|
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Contains a map of the key-value pairs for the resource tag or tags that are assigned to the dataset.
|
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.tags(Tag... tags) |
Contains a map of the key-value pairs for the resource tag or tags that are assigned to the dataset.
|
CreateTopicRequest.Builder |
CreateTopicRequest.toBuilder() |
|
default CreateTopicRequest.Builder |
CreateTopicRequest.Builder.topic(Consumer<TopicDetails.Builder> topic) |
The definition of a topic to create.
|
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.topic(TopicDetails topic) |
The definition of a topic to create.
|
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.topicId(String topicId) |
The ID for the topic that you want to create.
|