public static interface DescribeAccountCustomizationResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountCustomizationResponse.Builder,DescribeAccountCustomizationResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAccountCustomizationResponse.Builder |
accountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations that exist in the current AWS Region.
|
default DescribeAccountCustomizationResponse.Builder |
accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The QuickSight customizations that exist in the current AWS Region.
|
DescribeAccountCustomizationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the customization that's associated with this AWS account.
|
DescribeAccountCustomizationResponse.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that you're describing.
|
DescribeAccountCustomizationResponse.Builder |
namespace(String namespace)
The QuickSight namespace that you're describing.
|
DescribeAccountCustomizationResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
DescribeAccountCustomizationResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAccountCustomizationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the customization that's associated with this AWS account.
arn - The Amazon Resource Name (ARN) of the customization that's associated with this AWS account.DescribeAccountCustomizationResponse.Builder awsAccountId(String awsAccountId)
The ID for the AWS account that you're describing.
awsAccountId - The ID for the AWS account that you're describing.DescribeAccountCustomizationResponse.Builder namespace(String namespace)
The QuickSight namespace that you're describing.
namespace - The QuickSight namespace that you're describing.DescribeAccountCustomizationResponse.Builder accountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations that exist in the current AWS Region.
accountCustomization - The QuickSight customizations that exist in the current AWS Region.default DescribeAccountCustomizationResponse.Builder accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The QuickSight customizations that exist 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.BuilderaccountCustomization(AccountCustomization)DescribeAccountCustomizationResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.DescribeAccountCustomizationResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.