Class HsmClientCertificate
- All Implemented Interfaces:
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The identifier of the HSM client certificate.The public key that the Amazon Redshift cluster will use to connect to the HSM.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.toString()
Returns a string representation of this object; useful for testing and debugging.withHsmClientCertificateIdentifier
(String hsmClientCertificateIdentifier) The identifier of the HSM client certificate.withHsmClientCertificatePublicKey
(String hsmClientCertificatePublicKey) The public key that the Amazon Redshift cluster will use to connect to the HSM.The list of tags for the HSM client certificate.withTags
(Collection<Tag> tags) The list of tags for the HSM client certificate.
-
Constructor Details
-
HsmClientCertificate
public HsmClientCertificate()
-
-
Method Details
-
setHsmClientCertificateIdentifier
The identifier of the HSM client certificate.
- Parameters:
hsmClientCertificateIdentifier
- The identifier of the HSM client certificate.
-
getHsmClientCertificateIdentifier
The identifier of the HSM client certificate.
- Returns:
- The identifier of the HSM client certificate.
-
withHsmClientCertificateIdentifier
public HsmClientCertificate withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier) The identifier of the HSM client certificate.
- Parameters:
hsmClientCertificateIdentifier
- The identifier of the HSM client certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHsmClientCertificatePublicKey
The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
- Parameters:
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.
-
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.
- Returns:
- The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
-
withHsmClientCertificatePublicKey
The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getTags
The list of tags for the HSM client certificate.
- Returns:
- The list of tags for the HSM client certificate.
-
setTags
The list of tags for the HSM client certificate.
- Parameters:
tags
- The list of tags for the HSM client certificate.
-
withTags
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)
orwithTags(java.util.Collection)
if you want to override the existing values.- Parameters:
tags
- The list of tags for the HSM client certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTags
The list of tags for the HSM client certificate.
- Parameters:
tags
- The list of tags for the HSM client certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-