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 Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.
|
default CreateAccountCustomizationResponse.Builder |
accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.
|
CreateAccountCustomizationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.
|
CreateAccountCustomizationResponse.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to customize Amazon QuickSight for.
|
CreateAccountCustomizationResponse.Builder |
namespace(String namespace)
The namespace associated with the customization you're creating.
|
CreateAccountCustomizationResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CreateAccountCustomizationResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateAccountCustomizationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services account.
arn - The Amazon Resource Name (ARN) for the customization that you created for this Amazon Web Services
account.CreateAccountCustomizationResponse.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.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 Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.
accountCustomization - The Amazon QuickSight customizations you're adding in the current Amazon Web Services Region.default CreateAccountCustomizationResponse.Builder accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The Amazon QuickSight customizations you're adding 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)CreateAccountCustomizationResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.CreateAccountCustomizationResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.