Uses of Interface
software.amazon.awssdk.services.quicksight.model.UpdateTopicRequest.Builder
-
Packages that use UpdateTopicRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of UpdateTopicRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type UpdateTopicRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateTopicResponse>QuickSightAsyncClient. updateTopic(Consumer<UpdateTopicRequest.Builder> updateTopicRequest)Updates a topic.default UpdateTopicResponseQuickSightClient. updateTopic(Consumer<UpdateTopicRequest.Builder> updateTopicRequest)Updates a topic. -
Uses of UpdateTopicRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UpdateTopicRequest.Builder Modifier and Type Method Description UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the topic that you want to update.static UpdateTopicRequest.BuilderUpdateTopicRequest. builder()default UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. customInstructions(Consumer<CustomInstructions.Builder> customInstructions)Custom instructions for the topic.UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. customInstructions(CustomInstructions customInstructions)Custom instructions for the topic.UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateTopicRequest.BuilderUpdateTopicRequest. toBuilder()default UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. topic(Consumer<TopicDetails.Builder> topic)The definition of the topic that you want to update.UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. topic(TopicDetails topic)The definition of the topic that you want to update.UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. topicId(String topicId)The ID of the topic that you want to modify.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UpdateTopicRequest.Builder Modifier and Type Method Description static Class<? extends UpdateTopicRequest.Builder>UpdateTopicRequest. serializableBuilderClass()
-