Interface UpdateAccountCustomizationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAccountCustomizationResponse.Builder,UpdateAccountCustomizationResponse>,QuickSightResponse.Builder,SdkBuilder<UpdateAccountCustomizationResponse.Builder,UpdateAccountCustomizationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateAccountCustomizationResponse
@Mutable @NotThreadSafe public static interface UpdateAccountCustomizationResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccountCustomizationResponse.Builder,UpdateAccountCustomizationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateAccountCustomizationResponse.BuilderaccountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)The QuickSight customizations you're updating in the current Amazon Web Services Region.UpdateAccountCustomizationResponse.BuilderaccountCustomization(AccountCustomization accountCustomization)The QuickSight customizations you're updating in the current Amazon Web Services Region.UpdateAccountCustomizationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.UpdateAccountCustomizationResponse.BuilderawsAccountId(String awsAccountId)The ID for the Amazon Web Services account that you want to update QuickSight customizations for.UpdateAccountCustomizationResponse.Buildernamespace(String namespace)The namespace associated with the customization that you're updating.UpdateAccountCustomizationResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.UpdateAccountCustomizationResponse.Builderstatus(Integer status)The HTTP status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
UpdateAccountCustomizationResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.
- Parameters:
arn- The Amazon Resource Name (ARN) for the updated customization for this Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
UpdateAccountCustomizationResponse.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to update QuickSight customizations for.
- Parameters:
awsAccountId- The ID for the Amazon Web Services account that you want to update QuickSight customizations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
UpdateAccountCustomizationResponse.Builder namespace(String namespace)
The namespace associated with the customization that you're updating.
- Parameters:
namespace- The namespace associated with the customization that you're updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountCustomization
UpdateAccountCustomizationResponse.Builder accountCustomization(AccountCustomization accountCustomization)
The QuickSight customizations you're updating in the current Amazon Web Services Region.
- Parameters:
accountCustomization- The QuickSight customizations you're updating in the current Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountCustomization
default UpdateAccountCustomizationResponse.Builder accountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)
The QuickSight customizations you're updating in the current Amazon Web Services Region.
This is a convenience method that creates an instance of theAccountCustomization.Builderavoiding the need to create one manually viaAccountCustomization.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccountCustomization(AccountCustomization).- Parameters:
accountCustomization- a consumer that will call methods onAccountCustomization.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
accountCustomization(AccountCustomization)
-
requestId
UpdateAccountCustomizationResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateAccountCustomizationResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-