Interface UpdateAccountCustomizationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateAccountCustomizationRequest.Builder,
,UpdateAccountCustomizationRequest> QuickSightRequest.Builder
,SdkBuilder<UpdateAccountCustomizationRequest.Builder,
,UpdateAccountCustomizationRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateAccountCustomizationRequest
public static interface UpdateAccountCustomizationRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccountCustomizationRequest.Builder,UpdateAccountCustomizationRequest>
-
Method Summary
Modifier and TypeMethodDescriptionaccountCustomization
(Consumer<AccountCustomization.Builder> accountCustomization) The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.accountCustomization
(AccountCustomization accountCustomization) The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.awsAccountId
(String awsAccountId) The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.The namespace that you want to update Amazon QuickSight 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
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, sdkFields
-
Method Details
-
awsAccountId
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
- Parameters:
awsAccountId
- The ID for the Amazon Web Services account that you want to update Amazon QuickSight 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 Amazon QuickSight customizations for.
- Parameters:
namespace
- The namespace that you want to update Amazon QuickSight customizations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountCustomization
UpdateAccountCustomizationRequest.Builder accountCustomization(AccountCustomization accountCustomization) The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
- Parameters:
accountCustomization
- The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.- 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 Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
This is a convenience method that creates an instance of theAccountCustomization.Builder
avoiding the need to create one manually viaAccountCustomization.builder()
.When the
Consumer
completes,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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-