| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
static TopicDetails.Builder |
TopicDetails.builder() |
TopicDetails.Builder |
TopicDetails.Builder.dataSets(Collection<DatasetMetadata> dataSets)
The data sets that the topic is associated with.
|
TopicDetails.Builder |
TopicDetails.Builder.dataSets(Consumer<DatasetMetadata.Builder>... dataSets)
The data sets that the topic is associated with.
|
TopicDetails.Builder |
TopicDetails.Builder.dataSets(DatasetMetadata... dataSets)
The data sets that the topic is associated with.
|
TopicDetails.Builder |
TopicDetails.Builder.description(String description)
The description of the topic.
|
TopicDetails.Builder |
TopicDetails.Builder.name(String name)
The name of the topic.
|
TopicDetails.Builder |
TopicDetails.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TopicDetails.Builder> |
TopicDetails.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeTopicResponse.Builder |
DescribeTopicResponse.Builder.topic(Consumer<TopicDetails.Builder> topic)
The definition of a topic.
|
default CreateTopicRequest.Builder |
CreateTopicRequest.Builder.topic(Consumer<TopicDetails.Builder> topic)
The definition of a topic to create.
|
default UpdateTopicRequest.Builder |
UpdateTopicRequest.Builder.topic(Consumer<TopicDetails.Builder> topic)
The definition of the topic that you want to update.
|
Copyright © 2023. All rights reserved.