Interface DescribeKeyRegistrationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeKeyRegistrationRequest.Builder,DescribeKeyRegistrationRequest>,QuickSightRequest.Builder,SdkBuilder<DescribeKeyRegistrationRequest.Builder,DescribeKeyRegistrationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeKeyRegistrationRequest
@Mutable @NotThreadSafe public static interface DescribeKeyRegistrationRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<DescribeKeyRegistrationRequest.Builder,DescribeKeyRegistrationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeKeyRegistrationRequest.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the customer managed key registration that you want to describe.DescribeKeyRegistrationRequest.BuilderdefaultKeyOnly(Boolean defaultKeyOnly)Determines whether the request returns the default key only.DescribeKeyRegistrationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeKeyRegistrationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
awsAccountId
DescribeKeyRegistrationRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the customer managed key registration that you want to describe.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the customer managed key registration that you want to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultKeyOnly
DescribeKeyRegistrationRequest.Builder defaultKeyOnly(Boolean defaultKeyOnly)
Determines whether the request returns the default key only.
- Parameters:
defaultKeyOnly- Determines whether the request returns the default key only.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeKeyRegistrationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeKeyRegistrationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-