@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 AWS 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 AWS CloudHSM cluster. |
String |
getTrustAnchorCertificate()
Enter the content of the trust anchor certificate for the cluster.
|
int |
hashCode() |
void |
setCloudHsmClusterId(String cloudHsmClusterId)
Identifies the AWS 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 AWS 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 AWS 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 AWS 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 AWS account.
customKeyStoreName
- Specifies a friendly name for the custom key store. The name must be unique in your AWS account.public String getCustomKeyStoreName()
Specifies a friendly name for the custom key store. The name must be unique in your AWS account.
public CreateCustomKeyStoreRequest withCustomKeyStoreName(String customKeyStoreName)
Specifies a friendly name for the custom key store. The name must be unique in your AWS account.
customKeyStoreName
- Specifies a friendly name for the custom key store. The name must be unique in your AWS account.public void setCloudHsmClusterId(String cloudHsmClusterId)
Identifies the AWS CloudHSM cluster for the custom key store. Enter the cluster ID of any active AWS CloudHSM cluster that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters operation.
cloudHsmClusterId
- Identifies the AWS CloudHSM cluster for the custom key store. Enter the cluster ID of any active AWS
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 AWS CloudHSM cluster for the custom key store. Enter the cluster ID of any active AWS 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 AWS CloudHSM cluster for the custom key store. Enter the cluster ID of any active AWS CloudHSM cluster that is not already associated with a custom key store. To find the cluster ID, use the DescribeClusters operation.
cloudHsmClusterId
- Identifies the AWS CloudHSM cluster for the custom key store. Enter the cluster ID of any active AWS
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 AWS CloudHSM cluster. AWS KMS logs into the
cluster as this user to manage key material on your behalf.
This parameter tells AWS KMS the kmsuser
account password; it does not change the password in the
AWS CloudHSM cluster.
keyStorePassword
- Enter the password of the
kmsuser
crypto user (CU) account in the specified AWS CloudHSM cluster. AWS KMS logs into
the cluster as this user to manage key material on your behalf.
This parameter tells AWS KMS the kmsuser
account password; it does not change the password in
the AWS CloudHSM cluster.
public String getKeyStorePassword()
Enter the password of the
kmsuser
crypto user (CU) account in the specified AWS CloudHSM cluster. AWS KMS logs into the
cluster as this user to manage key material on your behalf.
This parameter tells AWS KMS the kmsuser
account password; it does not change the password in the
AWS CloudHSM cluster.
kmsuser
crypto user (CU) account in the specified AWS CloudHSM cluster. AWS KMS logs
into the cluster as this user to manage key material on your behalf.
This parameter tells AWS KMS the kmsuser
account password; it does not change the password
in the AWS CloudHSM cluster.
public CreateCustomKeyStoreRequest withKeyStorePassword(String keyStorePassword)
Enter the password of the
kmsuser
crypto user (CU) account in the specified AWS CloudHSM cluster. AWS KMS logs into the
cluster as this user to manage key material on your behalf.
This parameter tells AWS KMS the kmsuser
account password; it does not change the password in the
AWS CloudHSM cluster.
keyStorePassword
- Enter the password of the
kmsuser
crypto user (CU) account in the specified AWS CloudHSM cluster. AWS KMS logs into
the cluster as this user to manage key material on your behalf.
This parameter tells AWS KMS the kmsuser
account password; it does not change the password in
the AWS CloudHSM cluster.
public String toString()
toString
in class Object
Object.toString()
public CreateCustomKeyStoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.