Interface DeleteCustomKeyStoreRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteCustomKeyStoreRequest.Builder,DeleteCustomKeyStoreRequest>,KmsRequest.Builder,SdkBuilder<DeleteCustomKeyStoreRequest.Builder,DeleteCustomKeyStoreRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteCustomKeyStoreRequest
@Mutable @NotThreadSafe public static interface DeleteCustomKeyStoreRequest.Builder extends KmsRequest.Builder, SdkPojo, CopyableBuilder<DeleteCustomKeyStoreRequest.Builder,DeleteCustomKeyStoreRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCustomKeyStoreRequest.BuildercustomKeyStoreId(String customKeyStoreId)Enter the ID of the custom key store you want to delete.DeleteCustomKeyStoreRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteCustomKeyStoreRequest.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.kms.model.KmsRequest.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
-
customKeyStoreId
DeleteCustomKeyStoreRequest.Builder customKeyStoreId(String customKeyStoreId)
Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
- Parameters:
customKeyStoreId- Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteCustomKeyStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteCustomKeyStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-