@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateCustomKeyStoreRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateCustomKeyStoreRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateCustomKeyStoreRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCloudHsmClusterId()
Associates the custom key store with a related CloudHSM cluster.
|
String |
getCustomKeyStoreId()
Identifies the custom key store that you want to update.
|
String |
getKeyStorePassword()
Enter the current password of the
kmsuser crypto user (CU) in the CloudHSM cluster that is
associated with the custom key store. |
String |
getNewCustomKeyStoreName()
Changes the friendly name of the custom key store to the value that you specify.
|
int |
hashCode() |
void |
setCloudHsmClusterId(String cloudHsmClusterId)
Associates the custom key store with a related CloudHSM cluster.
|
void |
setCustomKeyStoreId(String customKeyStoreId)
Identifies the custom key store that you want to update.
|
void |
setKeyStorePassword(String keyStorePassword)
Enter the current password of the
kmsuser crypto user (CU) in the CloudHSM cluster that is
associated with the custom key store. |
void |
setNewCustomKeyStoreName(String newCustomKeyStoreName)
Changes the friendly name of the custom key store to the value that you specify.
|
String |
toString()
Returns a string representation of this object.
|
UpdateCustomKeyStoreRequest |
withCloudHsmClusterId(String cloudHsmClusterId)
Associates the custom key store with a related CloudHSM cluster.
|
UpdateCustomKeyStoreRequest |
withCustomKeyStoreId(String customKeyStoreId)
Identifies the custom key store that you want to update.
|
UpdateCustomKeyStoreRequest |
withKeyStorePassword(String keyStorePassword)
Enter the current password of the
kmsuser crypto user (CU) in the CloudHSM cluster that is
associated with the custom key store. |
UpdateCustomKeyStoreRequest |
withNewCustomKeyStoreName(String newCustomKeyStoreName)
Changes the friendly name of the custom key store to the value that you specify.
|
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 setCustomKeyStoreId(String customKeyStoreId)
Identifies the custom key store that you want to update. Enter the ID of the custom key store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
customKeyStoreId
- Identifies the custom key store that you want to update. Enter the ID of the custom key store. To find the
ID of a custom key store, use the DescribeCustomKeyStores operation.public String getCustomKeyStoreId()
Identifies the custom key store that you want to update. Enter the ID of the custom key store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
public UpdateCustomKeyStoreRequest withCustomKeyStoreId(String customKeyStoreId)
Identifies the custom key store that you want to update. Enter the ID of the custom key store. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
customKeyStoreId
- Identifies the custom key store that you want to update. Enter the ID of the custom key store. To find the
ID of a custom key store, use the DescribeCustomKeyStores operation.public void setNewCustomKeyStoreName(String newCustomKeyStoreName)
Changes the friendly name of the custom key store to the value that you specify. The custom key store name must be unique in the Amazon Web Services account.
newCustomKeyStoreName
- Changes the friendly name of the custom key store to the value that you specify. The custom key store name
must be unique in the Amazon Web Services account.public String getNewCustomKeyStoreName()
Changes the friendly name of the custom key store to the value that you specify. The custom key store name must be unique in the Amazon Web Services account.
public UpdateCustomKeyStoreRequest withNewCustomKeyStoreName(String newCustomKeyStoreName)
Changes the friendly name of the custom key store to the value that you specify. The custom key store name must be unique in the Amazon Web Services account.
newCustomKeyStoreName
- Changes the friendly name of the custom key store to the value that you specify. The custom key store name
must be unique in the Amazon Web Services account.public void setKeyStorePassword(String keyStorePassword)
Enter the current password of the kmsuser
crypto user (CU) in the CloudHSM cluster that is
associated with the custom key store.
This parameter tells KMS the current password of the kmsuser
crypto user (CU). It does not set or
change the password of any users in the CloudHSM cluster.
keyStorePassword
- Enter the current password of the kmsuser
crypto user (CU) in the CloudHSM cluster that is
associated with the custom key store.
This parameter tells KMS the current password of the kmsuser
crypto user (CU). It does not
set or change the password of any users in the CloudHSM cluster.
public String getKeyStorePassword()
Enter the current password of the kmsuser
crypto user (CU) in the CloudHSM cluster that is
associated with the custom key store.
This parameter tells KMS the current password of the kmsuser
crypto user (CU). It does not set or
change the password of any users in the CloudHSM cluster.
kmsuser
crypto user (CU) in the CloudHSM cluster that is
associated with the custom key store.
This parameter tells KMS the current password of the kmsuser
crypto user (CU). It does not
set or change the password of any users in the CloudHSM cluster.
public UpdateCustomKeyStoreRequest withKeyStorePassword(String keyStorePassword)
Enter the current password of the kmsuser
crypto user (CU) in the CloudHSM cluster that is
associated with the custom key store.
This parameter tells KMS the current password of the kmsuser
crypto user (CU). It does not set or
change the password of any users in the CloudHSM cluster.
keyStorePassword
- Enter the current password of the kmsuser
crypto user (CU) in the CloudHSM cluster that is
associated with the custom key store.
This parameter tells KMS the current password of the kmsuser
crypto user (CU). It does not
set or change the password of any users in the CloudHSM cluster.
public void setCloudHsmClusterId(String cloudHsmClusterId)
Associates the custom key store with a related CloudHSM cluster.
Enter the cluster ID of the cluster that you used to create the custom key store or a cluster that shares a backup history and has the same cluster certificate as the original cluster. You cannot use this parameter to associate a custom key store with an unrelated cluster. In addition, the replacement cluster must fulfill the requirements for a cluster associated with a custom key store. To view the cluster certificate of a cluster, use the DescribeClusters operation.
cloudHsmClusterId
- Associates the custom key store with a related CloudHSM cluster.
Enter the cluster ID of the cluster that you used to create the custom key store or a cluster that shares a backup history and has the same cluster certificate as the original cluster. You cannot use this parameter to associate a custom key store with an unrelated cluster. In addition, the replacement cluster must fulfill the requirements for a cluster associated with a custom key store. To view the cluster certificate of a cluster, use the DescribeClusters operation.
public String getCloudHsmClusterId()
Associates the custom key store with a related CloudHSM cluster.
Enter the cluster ID of the cluster that you used to create the custom key store or a cluster that shares a backup history and has the same cluster certificate as the original cluster. You cannot use this parameter to associate a custom key store with an unrelated cluster. In addition, the replacement cluster must fulfill the requirements for a cluster associated with a custom key store. To view the cluster certificate of a cluster, use the DescribeClusters operation.
Enter the cluster ID of the cluster that you used to create the custom key store or a cluster that shares a backup history and has the same cluster certificate as the original cluster. You cannot use this parameter to associate a custom key store with an unrelated cluster. In addition, the replacement cluster must fulfill the requirements for a cluster associated with a custom key store. To view the cluster certificate of a cluster, use the DescribeClusters operation.
public UpdateCustomKeyStoreRequest withCloudHsmClusterId(String cloudHsmClusterId)
Associates the custom key store with a related CloudHSM cluster.
Enter the cluster ID of the cluster that you used to create the custom key store or a cluster that shares a backup history and has the same cluster certificate as the original cluster. You cannot use this parameter to associate a custom key store with an unrelated cluster. In addition, the replacement cluster must fulfill the requirements for a cluster associated with a custom key store. To view the cluster certificate of a cluster, use the DescribeClusters operation.
cloudHsmClusterId
- Associates the custom key store with a related CloudHSM cluster.
Enter the cluster ID of the cluster that you used to create the custom key store or a cluster that shares a backup history and has the same cluster certificate as the original cluster. You cannot use this parameter to associate a custom key store with an unrelated cluster. In addition, the replacement cluster must fulfill the requirements for a cluster associated with a custom key store. To view the cluster certificate of a cluster, use the DescribeClusters operation.
public String toString()
toString
in class Object
Object.toString()
public UpdateCustomKeyStoreRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()