Interface UpdateTopicV2Request.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateTopicV2Request.Builder,,UpdateTopicV2Request> QuickSightRequest.Builder,SdkBuilder<UpdateTopicV2Request.Builder,,UpdateTopicV2Request> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateTopicV2Request
@Mutable
@NotThreadSafe
public static interface UpdateTopicV2Request.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateTopicV2Request.Builder,UpdateTopicV2Request>
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID of the Amazon Web Services account that contains the topic that you want to update.default UpdateTopicV2Request.BuildercustomInstructions(Consumer<CustomInstructions.Builder> customInstructions) Sets the value of the CustomInstructions property for this object.customInstructions(CustomInstructions customInstructions) Sets the value of the CustomInstructions property for this object.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.publishOption(String publishOption) The publish option for the topic that you want to update.publishOption(TopicV2PublishOption publishOption) The publish option for the topic that you want to update.default UpdateTopicV2Request.Buildertopic(Consumer<TopicV2Details.Builder> topic) The definition of the topic that you want to update.topic(TopicV2Details topic) The definition of the topic that you want to update.The ID of the topic that you want to modify.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
The definition of the topic that you want to update.
This is a convenience method that creates an instance of theTopicV2Details.Builderavoiding the need to create one manually viaTopicV2Details.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totopic(TopicV2Details).- Parameters:
topic- a consumer that will call methods onTopicV2Details.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
customInstructions
Sets the value of the CustomInstructions property for this object.- Parameters:
customInstructions- The new value for the CustomInstructions property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customInstructions
default UpdateTopicV2Request.Builder customInstructions(Consumer<CustomInstructions.Builder> customInstructions) Sets the value of the CustomInstructions property for this object. 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:
-
publishOption
The publish option for the topic that you want to update.
- Parameters:
publishOption- The publish option for the topic that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
publishOption
The publish option for the topic that you want to update.
- Parameters:
publishOption- The publish option for the topic that you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateTopicV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateTopicV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-