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)
Add an optional request override configuration.
|
DeleteCustomKeyStoreRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
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.
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteCustomKeyStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.