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 QuickSight customizations you're updating in the current AWS Region.
|
default UpdateAccountCustomizationResponse.Builder |
accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The QuickSight customizations you're updating in the current AWS Region.
|
UpdateAccountCustomizationResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the updated customization for this AWS account.
|
UpdateAccountCustomizationResponse.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that you want to update QuickSight customizations for.
|
UpdateAccountCustomizationResponse.Builder |
namespace(String namespace)
The namespace associated with the customization that you're updating.
|
UpdateAccountCustomizationResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
UpdateAccountCustomizationResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateAccountCustomizationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the updated customization for this AWS account.
arn
- The Amazon Resource Name (ARN) for the updated customization for this AWS account.UpdateAccountCustomizationResponse.Builder awsAccountId(String awsAccountId)
The ID for the AWS account that you want to update QuickSight customizations for.
awsAccountId
- The ID for the AWS account that you want to update 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 QuickSight customizations you're updating in the current AWS Region.
accountCustomization
- The QuickSight customizations you're updating in the current AWS Region.default UpdateAccountCustomizationResponse.Builder accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The QuickSight customizations you're updating 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)
UpdateAccountCustomizationResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId
- The AWS request ID for this operation.UpdateAccountCustomizationResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.Copyright © 2021. All rights reserved.