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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCustomKeyStoreResponse.BuildercustomKeyStoreId(String customKeyStoreId)A unique identifier for the new custom key store.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.kms.model.KmsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
customKeyStoreId
CreateCustomKeyStoreResponse.Builder customKeyStoreId(String 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.
-
-