Interface DescribeAccountCustomizationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<DescribeAccountCustomizationRequest.Builder,DescribeAccountCustomizationRequest>
,QuickSightRequest.Builder
,SdkBuilder<DescribeAccountCustomizationRequest.Builder,DescribeAccountCustomizationRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- DescribeAccountCustomizationRequest
public static interface DescribeAccountCustomizationRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeAccountCustomizationRequest.Builder,DescribeAccountCustomizationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeAccountCustomizationRequest.Builder
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.DescribeAccountCustomizationRequest.Builder
namespace(String namespace)
The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.DescribeAccountCustomizationRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
DescribeAccountCustomizationRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
DescribeAccountCustomizationRequest.Builder
resolved(Boolean resolved)
TheResolved
flag works with the other parameters to determine which view of Amazon QuickSight customizations is returned.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DescribeAccountCustomizationRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.
- Parameters:
awsAccountId
- The ID for the Amazon Web Services account that you want to describe Amazon QuickSight customizations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
DescribeAccountCustomizationRequest.Builder namespace(String namespace)
The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.
- Parameters:
namespace
- The Amazon QuickSight namespace that you want to describe Amazon QuickSight customizations for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolved
DescribeAccountCustomizationRequest.Builder resolved(Boolean resolved)
The
Resolved
flag works with the other parameters to determine which view of Amazon QuickSight customizations is returned. You can add this flag to your command to use the same view that Amazon QuickSight uses to identify which customizations to apply to the console. Omit this flag, or set it tono-resolved
, to reveal customizations that are configured at different levels.- Parameters:
resolved
- TheResolved
flag works with the other parameters to determine which view of Amazon QuickSight customizations is returned. You can add this flag to your command to use the same view that Amazon QuickSight uses to identify which customizations to apply to the console. Omit this flag, or set it tono-resolved
, to reveal customizations that are configured at different levels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeAccountCustomizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeAccountCustomizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-