Interface CreateCustomKeyStoreResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateCustomKeyStoreResponse.Builder,,CreateCustomKeyStoreResponse> KmsResponse.Builder,SdkBuilder<CreateCustomKeyStoreResponse.Builder,,CreateCustomKeyStoreResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateCustomKeyStoreResponse
public static interface CreateCustomKeyStoreResponse.Builder
extends KmsResponse.Builder, SdkPojo, CopyableBuilder<CreateCustomKeyStoreResponse.Builder,CreateCustomKeyStoreResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioncustomKeyStoreId(String customKeyStoreId) A unique identifier for the new custom key store.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.kms.model.KmsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
customKeyStoreId
A unique identifier for the new custom key store.
- Parameters:
 customKeyStoreId- A unique identifier for the new custom key store.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -