@Generated(value="software.amazon.awssdk:codegen") public final class CreateCustomKeyStoreRequest extends KmsRequest implements ToCopyableBuilder<CreateCustomKeyStoreRequest.Builder,CreateCustomKeyStoreRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
CreateCustomKeyStoreRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateCustomKeyStoreRequest.Builder |
builder() |
String |
cloudHsmClusterId()
Identifies the CloudHSM cluster for the custom key store.
|
String |
customKeyStoreName()
Specifies a friendly name for the custom key store.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyStorePassword()
Enter the password of the
kmsuser crypto user (CU) account in the specified CloudHSM cluster. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateCustomKeyStoreRequest.Builder> |
serializableBuilderClass() |
CreateCustomKeyStoreRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
trustAnchorCertificate()
Enter the content of the trust anchor certificate for the cluster.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final String customKeyStoreName()
Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services account.
public final String cloudHsmClusterId()
Identifies the CloudHSM cluster for the custom key store. Enter the cluster ID of any active CloudHSM cluster that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters operation.
public final String trustAnchorCertificate()
Enter the content of the trust anchor certificate for the cluster. This is the content of the
customerCA.crt
file that you created when you initialized the cluster.
customerCA.crt
file that you created when you initialized the
cluster.public final String keyStorePassword()
Enter the password of the
kmsuser
crypto user (CU) account in the specified CloudHSM cluster. KMS logs into the cluster as
this user to manage key material on your behalf.
The password must be a string of 7 to 32 characters. Its value is case sensitive.
This parameter tells KMS the kmsuser
account password; it does not change the password in the
CloudHSM cluster.
kmsuser
crypto user (CU) account in the specified CloudHSM cluster. KMS logs into the
cluster as this user to manage key material on your behalf.
The password must be a string of 7 to 32 characters. Its value is case sensitive.
This parameter tells KMS the kmsuser
account password; it does not change the password in
the CloudHSM cluster.
public CreateCustomKeyStoreRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CreateCustomKeyStoreRequest.Builder,CreateCustomKeyStoreRequest>
toBuilder
in class KmsRequest
public static CreateCustomKeyStoreRequest.Builder builder()
public static Class<? extends CreateCustomKeyStoreRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2021. All rights reserved.