| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateTopicResponse |
QuickSightClient.createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest)
Creates a new Q topic.
|
default CompletableFuture<CreateTopicResponse> |
QuickSightAsyncClient.createTopic(Consumer<CreateTopicRequest.Builder> createTopicRequest)
Creates a new Q topic.
|
| Modifier and Type | Method and Description |
|---|---|
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(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateTopicRequest.Builder |
CreateTopicRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateTopicRequest.Builder> |
CreateTopicRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.