Interface UpdateTopicRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateTopicRequest.Builder,UpdateTopicRequest>,QuickSightRequest.Builder,SdkBuilder<UpdateTopicRequest.Builder,UpdateTopicRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateTopicRequest
@Mutable @NotThreadSafe public static interface UpdateTopicRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateTopicRequest.Builder,UpdateTopicRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
UpdateTopicRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the topic that you want to update.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the topic that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicId
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topic
UpdateTopicRequest.Builder topic(TopicDetails topic)
The definition of the topic that you want to update.
- Parameters:
topic- The definition of the topic that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topic
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.Builderavoiding the need to create one manually viaTopicDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totopic(TopicDetails).- Parameters:
topic- a consumer that will call methods onTopicDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
topic(TopicDetails)
-
customInstructions
UpdateTopicRequest.Builder customInstructions(CustomInstructions customInstructions)
Custom instructions for the topic.
- Parameters:
customInstructions- Custom instructions for the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customInstructions
default UpdateTopicRequest.Builder customInstructions(Consumer<CustomInstructions.Builder> customInstructions)
Custom instructions for the topic.
This is a convenience method that creates an instance of theCustomInstructions.Builderavoiding the need to create one manually viaCustomInstructions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocustomInstructions(CustomInstructions).- Parameters:
customInstructions- a consumer that will call methods onCustomInstructions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
customInstructions(CustomInstructions)
-
overrideConfiguration
UpdateTopicRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateTopicRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-