public static interface CreateAccountCustomizationResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateAccountCustomizationResponse.Builder,CreateAccountCustomizationResponse>
Modifier and Type | Method and Description |
---|---|
CreateAccountCustomizationResponse.Builder |
accountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're adding in the current AWS Region.
|
default CreateAccountCustomizationResponse.Builder |
accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The QuickSight customizations you're adding in the current AWS Region.
|
CreateAccountCustomizationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the customization that you created for this AWS account.
|
CreateAccountCustomizationResponse.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that you want to customize QuickSight for.
|
CreateAccountCustomizationResponse.Builder |
namespace(String namespace)
The namespace associated with the customization you're creating.
|
CreateAccountCustomizationResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
CreateAccountCustomizationResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateAccountCustomizationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the customization that you created for this AWS account.
arn
- The Amazon Resource Name (ARN) for the customization that you created for this AWS account.CreateAccountCustomizationResponse.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.CreateAccountCustomizationResponse.Builder namespace(String namespace)
The namespace associated with the customization you're creating.
namespace
- The namespace associated with the customization you're creating.CreateAccountCustomizationResponse.Builder accountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're adding in the current AWS Region.
accountCustomization
- The QuickSight customizations you're adding in the current AWS Region.default CreateAccountCustomizationResponse.Builder accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The QuickSight customizations you're adding 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)
CreateAccountCustomizationResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.CreateAccountCustomizationResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.Copyright © 2021. All rights reserved.