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() |
|
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.
|