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
Modifier and TypeMethodDescriptioncustomKeyStoreId(String customKeyStoreId) Enter the ID of the custom key store you want to delete.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kms.model.KmsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
-