Interface UpdateAccountCustomizationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateAccountCustomizationRequest.Builder,,UpdateAccountCustomizationRequest> QuickSightRequest.Builder,SdkBuilder<UpdateAccountCustomizationRequest.Builder,,UpdateAccountCustomizationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateAccountCustomizationRequest
@Mutable
@NotThreadSafe
public static interface UpdateAccountCustomizationRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccountCustomizationRequest.Builder,UpdateAccountCustomizationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccountCustomization(Consumer<AccountCustomization.Builder> accountCustomization) The Quick Sight customizations you're updating.accountCustomization(AccountCustomization accountCustomization) The Quick Sight customizations you're updating.awsAccountId(String awsAccountId) The ID for the Amazon Web Services account that you want to update Quick Sight customizations for.The namespace that you want to update Quick Sight customizations for.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 for the Amazon Web Services account that you want to update Quick Sight customizations for.
- Parameters:
awsAccountId- The ID for the Amazon Web Services account that you want to update Quick Sight customizations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The namespace that you want to update Quick Sight customizations for.
- Parameters:
namespace- The namespace that you want to update Quick Sight customizations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountCustomization
UpdateAccountCustomizationRequest.Builder accountCustomization(AccountCustomization accountCustomization) The Quick Sight customizations you're updating.
- Parameters:
accountCustomization- The Quick Sight customizations you're updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountCustomization
default UpdateAccountCustomizationRequest.Builder accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization) The Quick Sight customizations you're updating.
This is a convenience method that creates an instance of theAccountCustomization.Builderavoiding the need to create one manually viaAccountCustomization.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccountCustomization(AccountCustomization).- Parameters:
accountCustomization- a consumer that will call methods onAccountCustomization.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateAccountCustomizationRequest.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
UpdateAccountCustomizationRequest.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.
-