public static interface CreateAccountCustomizationRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateAccountCustomizationRequest.Builder,CreateAccountCustomizationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAccountCustomizationRequest.Builder awsAccountId(String awsAccountId)
The ID for the AWS account that you want to customize QuickSight for.
awsAccountId - The ID for the AWS account that you want to customize QuickSight for.CreateAccountCustomizationRequest.Builder namespace(String namespace)
The QuickSight namespace that you want to add customizations to.
namespace - The QuickSight namespace that you want to add customizations to.CreateAccountCustomizationRequest.Builder accountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're adding in the current AWS Region. You can add these to an AWS account and a QuickSight namespace.
For example, you can add a default theme by setting AccountCustomization to the midnight theme:
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }. Or, you
can add a custom theme by specifying
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }
.
accountCustomization - The QuickSight customizations you're adding in the current AWS Region. You can add these to an AWS
account and a QuickSight namespace.
For example, you can add a default theme by setting AccountCustomization to the midnight
theme:
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }. Or,
you can add a custom theme by specifying
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }.
default CreateAccountCustomizationRequest.Builder accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The QuickSight customizations you're adding in the current AWS Region. You can add these to an AWS account and a QuickSight namespace.
For example, you can add a default theme by setting AccountCustomization to the midnight theme:
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight::aws:theme/MIDNIGHT" }. Or, you
can add a custom theme by specifying
"AccountCustomization": { "DefaultTheme": "arn:aws:quicksight:us-west-2:111122223333:theme/bdb844d0-0fe9-4d9d-b520-0fe602d93639" }
.
AccountCustomization.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)CreateAccountCustomizationRequest.Builder tags(Collection<Tag> tags)
A list of the tags that you want to attach to this resource.
tags - A list of the tags that you want to attach to this resource.CreateAccountCustomizationRequest.Builder tags(Tag... tags)
A list of the tags that you want to attach to this resource.
tags - A list of the tags that you want to attach to this resource.CreateAccountCustomizationRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of the tags that you want to attach to this resource.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateAccountCustomizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateAccountCustomizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.