public static interface UpdateTopicRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateTopicRequest.Builder,UpdateTopicRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateTopicRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic that you want to update.
|
UpdateTopicRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateTopicRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateTopicRequest.Builder |
topic(Consumer<TopicDetails.Builder> topic)
The definition of the topic that you want to update.
|
UpdateTopicRequest.Builder |
topic(TopicDetails topic)
The definition of the topic that you want to update.
|
UpdateTopicRequest.Builder |
topicId(String topicId)
The ID of the topic that you want to modify.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTopicRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic that you want to update.
awsAccountId - The ID of the Amazon Web Services account that contains the topic that you want to update.UpdateTopicRequest.Builder topicId(String topicId)
The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
topicId - The ID of the topic that you want to modify. This ID is unique per Amazon Web Services Region for each
Amazon Web Services account.UpdateTopicRequest.Builder topic(TopicDetails topic)
The definition of the topic that you want to update.
topic - The definition of the topic that you want to update.default UpdateTopicRequest.Builder topic(Consumer<TopicDetails.Builder> topic)
The definition of the topic that you want to update.
This is a convenience method that creates an instance of theTopicDetails.Builder avoiding the need
to create one manually via TopicDetails.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to topic(TopicDetails).
topic - a consumer that will call methods on TopicDetails.Buildertopic(TopicDetails)UpdateTopicRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.