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