@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HsmClientCertificate extends Object implements Serializable, Cloneable
Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.
Constructor and Description |
---|
HsmClientCertificate() |
Modifier and Type | Method and Description |
---|---|
HsmClientCertificate |
clone() |
boolean |
equals(Object obj) |
String |
getHsmClientCertificateIdentifier()
The identifier of the HSM client certificate.
|
String |
getHsmClientCertificatePublicKey()
The public key that the Amazon Redshift cluster will use to connect to the HSM.
|
List<Tag> |
getTags()
The list of tags for the HSM client certificate.
|
int |
hashCode() |
void |
setHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier of the HSM client certificate.
|
void |
setHsmClientCertificatePublicKey(String hsmClientCertificatePublicKey)
The public key that the Amazon Redshift cluster will use to connect to the HSM.
|
void |
setTags(Collection<Tag> tags)
The list of tags for the HSM client certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
HsmClientCertificate |
withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier of the HSM client certificate.
|
HsmClientCertificate |
withHsmClientCertificatePublicKey(String hsmClientCertificatePublicKey)
The public key that the Amazon Redshift cluster will use to connect to the HSM.
|
HsmClientCertificate |
withTags(Collection<Tag> tags)
The list of tags for the HSM client certificate.
|
HsmClientCertificate |
withTags(Tag... tags)
The list of tags for the HSM client certificate.
|
public void setHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier of the HSM client certificate.
hsmClientCertificateIdentifier
- The identifier of the HSM client certificate.public String getHsmClientCertificateIdentifier()
The identifier of the HSM client certificate.
public HsmClientCertificate withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The identifier of the HSM client certificate.
hsmClientCertificateIdentifier
- The identifier of the HSM client certificate.public void setHsmClientCertificatePublicKey(String hsmClientCertificatePublicKey)
The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
hsmClientCertificatePublicKey
- The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the
public key in the HSM.public String getHsmClientCertificatePublicKey()
The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
public HsmClientCertificate withHsmClientCertificatePublicKey(String hsmClientCertificatePublicKey)
The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
hsmClientCertificatePublicKey
- The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the
public key in the HSM.public List<Tag> getTags()
The list of tags for the HSM client certificate.
public void setTags(Collection<Tag> tags)
The list of tags for the HSM client certificate.
tags
- The list of tags for the HSM client certificate.public HsmClientCertificate withTags(Tag... tags)
The list of tags for the HSM client certificate.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- The list of tags for the HSM client certificate.public HsmClientCertificate withTags(Collection<Tag> tags)
The list of tags for the HSM client certificate.
tags
- The list of tags for the HSM client certificate.public String toString()
toString
in class Object
Object.toString()
public HsmClientCertificate clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.