public static interface UpdateAccountCustomizationRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccountCustomizationRequest.Builder,UpdateAccountCustomizationRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountCustomizationRequest.Builder |
accountCustomization(AccountCustomization accountCustomization)
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
|
default UpdateAccountCustomizationRequest.Builder |
accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
|
UpdateAccountCustomizationRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
|
UpdateAccountCustomizationRequest.Builder |
namespace(String namespace)
The namespace that you want to update Amazon QuickSight customizations for.
|
UpdateAccountCustomizationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateAccountCustomizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateAccountCustomizationRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations for.
awsAccountId - The ID for the Amazon Web Services account that you want to update Amazon QuickSight customizations
for.UpdateAccountCustomizationRequest.Builder namespace(String namespace)
The namespace that you want to update Amazon QuickSight customizations for.
namespace - The namespace that you want to update Amazon QuickSight customizations for.UpdateAccountCustomizationRequest.Builder accountCustomization(AccountCustomization accountCustomization)
The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.
accountCustomization - The Amazon QuickSight customizations you're updating in the current Amazon Web Services Region.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 via AccountCustomization.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to accountCustomization(AccountCustomization).
accountCustomization - a consumer that will call methods on AccountCustomization.BuilderaccountCustomization(AccountCustomization)UpdateAccountCustomizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateAccountCustomizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.