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 Amazon QuickSight customizations that exist in the current Amazon Web Services Region.
|
default DescribeAccountCustomizationResponse.Builder |
accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The Amazon QuickSight customizations that exist in the current Amazon Web Services Region.
|
DescribeAccountCustomizationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account.
|
DescribeAccountCustomizationResponse.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you're describing.
|
DescribeAccountCustomizationResponse.Builder |
namespace(String namespace)
The Amazon QuickSight namespace that you're describing.
|
DescribeAccountCustomizationResponse.Builder |
requestId(String requestId)
The Amazon Web Services 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 Amazon Web Services account.
arn - The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services
account.DescribeAccountCustomizationResponse.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you're describing.
awsAccountId - The ID for the Amazon Web Services account that you're describing.DescribeAccountCustomizationResponse.Builder namespace(String namespace)
The Amazon QuickSight namespace that you're describing.
namespace - The Amazon QuickSight namespace that you're describing.DescribeAccountCustomizationResponse.Builder accountCustomization(AccountCustomization accountCustomization)
The Amazon QuickSight customizations that exist in the current Amazon Web Services Region.
accountCustomization - The Amazon QuickSight customizations that exist in the current Amazon Web Services Region.default DescribeAccountCustomizationResponse.Builder accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The Amazon QuickSight customizations that exist in the current Amazon Web Services Region.
This is a convenience method 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 Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DescribeAccountCustomizationResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.