| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateTopicResponse |
QuickSightClient.updateTopic(Consumer<UpdateTopicRequest.Builder> updateTopicRequest)
Updates a topic.
|
default CompletableFuture<UpdateTopicResponse> |
QuickSightAsyncClient.updateTopic(Consumer<UpdateTopicRequest.Builder> updateTopicRequest)
Updates a topic.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateTopicRequest.Builder |
UpdateTopicRequest.Builder.awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic that you want to update.
|
static UpdateTopicRequest.Builder |
UpdateTopicRequest.builder() |
UpdateTopicRequest.Builder |
UpdateTopicRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTopicRequest.Builder |
UpdateTopicRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateTopicRequest.Builder |
UpdateTopicRequest.toBuilder() |
default UpdateTopicRequest.Builder |
UpdateTopicRequest.Builder.topic(Consumer<TopicDetails.Builder> topic)
The definition of the topic that you want to update.
|
UpdateTopicRequest.Builder |
UpdateTopicRequest.Builder.topic(TopicDetails topic)
The definition of the topic that you want to update.
|
UpdateTopicRequest.Builder |
UpdateTopicRequest.Builder.topicId(String topicId)
The ID of the topic that you want to modify.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateTopicRequest.Builder> |
UpdateTopicRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.