public static interface DeleteCustomKeyStoreRequest.Builder extends KmsRequest.Builder, SdkPojo, CopyableBuilder<DeleteCustomKeyStoreRequest.Builder,DeleteCustomKeyStoreRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteCustomKeyStoreRequest.Builder |
customKeyStoreId(String customKeyStoreId)
Enter the ID of the custom key store you want to delete.
|
DeleteCustomKeyStoreRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteCustomKeyStoreRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteCustomKeyStoreRequest.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.
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.DeleteCustomKeyStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteCustomKeyStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.