public static interface CreateAccountCustomizationRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<CreateAccountCustomizationRequest.Builder,CreateAccountCustomizationRequest>
Modifier and Type | Method and Description |
---|---|
CreateAccountCustomizationRequest.Builder |
accountCustomization(AccountCustomization accountCustomization)
The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.
|
default CreateAccountCustomizationRequest.Builder |
accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.
|
CreateAccountCustomizationRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.
|
CreateAccountCustomizationRequest.Builder |
namespace(String namespace)
The Amazon QuickSight namespace that you want to add customizations to.
|
CreateAccountCustomizationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAccountCustomizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAccountCustomizationRequest.Builder |
tags(Collection<Tag> 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.
|
CreateAccountCustomizationRequest.Builder |
tags(Tag... tags)
A list of the tags that you want to attach to this resource.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateAccountCustomizationRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.
awsAccountId
- The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.CreateAccountCustomizationRequest.Builder namespace(String namespace)
The Amazon QuickSight namespace that you want to add customizations to.
namespace
- The Amazon QuickSight namespace that you want to add customizations to.CreateAccountCustomizationRequest.Builder accountCustomization(AccountCustomization accountCustomization)
The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region. You can add these to an Amazon Web Services 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 Amazon QuickSight customizations you're adding in the current Amazon Web Services Region. You can
add these to an Amazon Web Services 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 Amazon QuickSight customizations you're adding in the current Amazon Web Services Region. You can add these to an Amazon Web Services 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.Builder
accountCustomization(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 method that creates an instance of theTag.Builder
avoiding the need to create one manually
via Tag.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and its
result is passed to #tags(List
.
tags
- a consumer that will call methods on
Tag.Builder
#tags(java.util.Collection)
CreateAccountCustomizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateAccountCustomizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.