public class CreateHsmClientCertificateRequest extends AmazonWebServiceRequest implements Serializable
CreateHsmClientCertificate operation
.
Creates an HSM client certificate that an Amazon Redshift cluster will use to connect to the client's HSM in order to store and retrieve the keys used to encrypt the cluster databases.
The command returns a public key, which you must store in the HSM. In addition to creating the HSM certificate, you must create an Amazon Redshift HSM configuration that provides a cluster the information needed to store and use encryption keys in the HSM. For more information, go to Hardware Security Modules in the Amazon Redshift Management Guide.
NOOP
Constructor and Description |
---|
CreateHsmClientCertificateRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getHsmClientCertificateIdentifier()
The identifier to be assigned to the new HSM client certificate that
the cluster will use to connect to the HSM to use the database
encryption keys.
|
int |
hashCode() |
void |
setHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier to be assigned to the new HSM client certificate that
the cluster will use to connect to the HSM to use the database
encryption keys.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateHsmClientCertificateRequest |
withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier to be assigned to the new HSM client certificate that
the cluster will use to connect to the HSM to use the database
encryption keys.
|
copyPrivateRequestParameters, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getHsmClientCertificateIdentifier()
public void setHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
hsmClientCertificateIdentifier
- The identifier to be assigned to the new HSM client certificate that
the cluster will use to connect to the HSM to use the database
encryption keys.public CreateHsmClientCertificateRequest withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
Returns a reference to this object so that method calls can be chained together.
hsmClientCertificateIdentifier
- The identifier to be assigned to the new HSM client certificate that
the cluster will use to connect to the HSM to use the database
encryption keys.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.