public static interface UpdateAccountCustomizationRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateAccountCustomizationRequest.Builder,UpdateAccountCustomizationRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateAccountCustomizationRequest.Builder awsAccountId(String awsAccountId)
The ID for the AWS account that you want to update QuickSight customizations for.
awsAccountId
- The ID for the AWS account that you want to update QuickSight customizations for.UpdateAccountCustomizationRequest.Builder namespace(String namespace)
The namespace that you want to update QuickSight customizations for.
namespace
- The namespace that you want to update QuickSight customizations for.UpdateAccountCustomizationRequest.Builder accountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're updating in the current AWS Region.
accountCustomization
- The QuickSight customizations you're updating in the current AWS Region.default UpdateAccountCustomizationRequest.Builder accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The QuickSight customizations you're updating in the current AWS Region.
This is a convenience 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.Builder
accountCustomization(AccountCustomization)
UpdateAccountCustomizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
UpdateAccountCustomizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2020. All rights reserved.