|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.redshift.model.HsmClientCertificate
public class HsmClientCertificate
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 Summary | |
---|---|
HsmClientCertificate()
|
Method Summary | |
---|---|
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. |
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. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HsmClientCertificate()
Method Detail |
---|
public String getHsmClientCertificateIdentifier()
public void setHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
hsmClientCertificateIdentifier
- The identifier of the HSM client certificate.public HsmClientCertificate withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
Returns a reference to this object so that method calls can be chained together.
hsmClientCertificateIdentifier
- The identifier of the HSM client certificate.
public String getHsmClientCertificatePublicKey()
public void setHsmClientCertificatePublicKey(String hsmClientCertificatePublicKey)
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 HsmClientCertificate withHsmClientCertificatePublicKey(String hsmClientCertificatePublicKey)
Returns a reference to this object so that method calls can be chained together.
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 toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |