@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateCustomKeyStoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateCustomKeyStoreRequest() |
Modifier and Type | Method and Description |
---|---|
CreateCustomKeyStoreRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCloudHsmClusterId()
Identifies the CloudHSM cluster for the custom key store.
|
String |
getCustomKeyStoreName()
Specifies a friendly name for the custom key store.
|
String |
getKeyStorePassword()
Enter the password of the
kmsuser crypto user (CU) account in the specified CloudHSM cluster. |
String |
getTrustAnchorCertificate()
Enter the content of the trust anchor certificate for the cluster.
|
int |
hashCode() |
void |
setCloudHsmClusterId(String cloudHsmClusterId)
Identifies the CloudHSM cluster for the custom key store.
|
void |
setCustomKeyStoreName(String customKeyStoreName)
Specifies a friendly name for the custom key store.
|
void |
setKeyStorePassword(String keyStorePassword)
Enter the password of the
kmsuser crypto user (CU) account in the specified CloudHSM cluster. |
void |
setTrustAnchorCertificate(String trustAnchorCertificate)
Enter the content of the trust anchor certificate for the cluster.
|
String |
toString()
Returns a string representation of this object.
|
CreateCustomKeyStoreRequest |
withCloudHsmClusterId(String cloudHsmClusterId)
Identifies the CloudHSM cluster for the custom key store.
|
CreateCustomKeyStoreRequest |
withCustomKeyStoreName(String customKeyStoreName)
Specifies a friendly name for the custom key store.
|
CreateCustomKeyStoreRequest |
withKeyStorePassword(String keyStorePassword)
Enter the password of the
kmsuser crypto user (CU) account in the specified CloudHSM cluster. |
CreateCustomKeyStoreRequest |
withTrustAnchorCertificate(String trustAnchorCertificate)
Enter the content of the trust anchor certificate for the cluster.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCustomKeyStoreName(String customKeyStoreName)
Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services account.
customKeyStoreName
- Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services
account.public String getCustomKeyStoreName()
Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services account.
public CreateCustomKeyStoreRequest withCustomKeyStoreName(String customKeyStoreName)
Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services account.
customKeyStoreName
- Specifies a friendly name for the custom key store. The name must be unique in your Amazon Web Services
account.public void setCloudHsmClusterId(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.
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 String getCloudHsmClusterId()
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 CreateCustomKeyStoreRequest withCloudHsmClusterId(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.
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 void setTrustAnchorCertificate(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.
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.public String getTrustAnchorCertificate()
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 CreateCustomKeyStoreRequest withTrustAnchorCertificate(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.
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.public void setKeyStorePassword(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.
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.
public String getKeyStorePassword()
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 withKeyStorePassword(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.
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.
public String toString()
toString
in class Object
Object.toString()
public CreateCustomKeyStoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()