Interface DescribeAccountCustomizationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeAccountCustomizationResponse.Builder,
,DescribeAccountCustomizationResponse> QuickSightResponse.Builder
,SdkBuilder<DescribeAccountCustomizationResponse.Builder,
,DescribeAccountCustomizationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeAccountCustomizationResponse
public static interface DescribeAccountCustomizationResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeAccountCustomizationResponse.Builder,DescribeAccountCustomizationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccountCustomization
(Consumer<AccountCustomization.Builder> accountCustomization) The Amazon QuickSight customizations that exist in the current Amazon Web Services Region.accountCustomization
(AccountCustomization accountCustomization) The Amazon QuickSight customizations that exist in the current Amazon Web Services Region.The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account.awsAccountId
(String awsAccountId) The ID for the Amazon Web Services account that you're describing.The Amazon QuickSight namespace that you're describing.The Amazon Web Services request ID for this operation.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountId
The ID for the Amazon Web Services account that you're describing.
- Parameters:
awsAccountId
- The ID for the Amazon Web Services account that you're describing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The Amazon QuickSight namespace that you're describing.
- Parameters:
namespace
- The Amazon QuickSight namespace that you're describing.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountCustomization
DescribeAccountCustomizationResponse.Builder accountCustomization(AccountCustomization accountCustomization) The Amazon QuickSight customizations that exist in the current Amazon Web Services Region.
- Parameters:
accountCustomization
- The Amazon QuickSight customizations that exist in the current Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountCustomization
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 viaAccountCustomization.builder()
.When the
Consumer
completes,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:
-
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
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.
-