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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeAccountCustomizationResponse.BuilderaccountCustomization(Consumer<AccountCustomization.Builder> accountCustomization)The Amazon QuickSight customizations that exist in the current Amazon Web Services Region.DescribeAccountCustomizationResponse.BuilderaccountCustomization(AccountCustomization accountCustomization)The Amazon QuickSight customizations that exist in the current Amazon Web Services Region.DescribeAccountCustomizationResponse.Builderarn(String arn)The Amazon Resource Name (ARN) of the customization that's associated with this Amazon Web Services account.DescribeAccountCustomizationResponse.BuilderawsAccountId(String awsAccountId)The ID for the Amazon Web Services account that you're describing.DescribeAccountCustomizationResponse.Buildernamespace(String namespace)The Amazon QuickSight namespace that you're describing.DescribeAccountCustomizationResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeAccountCustomizationResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
DescribeAccountCustomizationResponse.Builder arn(String 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
DescribeAccountCustomizationResponse.Builder awsAccountId(String 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
DescribeAccountCustomizationResponse.Builder namespace(String 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.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
DescribeAccountCustomizationResponse.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
DescribeAccountCustomizationResponse.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.
-
-