public class HsmStatus
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Describes the status of changes to HSM settings.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
hsmClientCertificateIdentifier
Specifies the name of the HSM client certificate the Amazon Redshift
cluster uses to retrieve the data encryption keys stored in an HSM.
|
private java.lang.String |
hsmConfigurationIdentifier
Specifies the name of the HSM configuration that contains the information
the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
|
private java.lang.String |
status
Reports whether the Amazon Redshift cluster has finished applying any HSM
settings changes specified in a modify cluster command.
|
Constructor and Description |
---|
HsmStatus() |
Modifier and Type | Method and Description |
---|---|
HsmStatus |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getHsmClientCertificateIdentifier()
Specifies the name of the HSM client certificate the Amazon Redshift
cluster uses to retrieve the data encryption keys stored in an HSM.
|
java.lang.String |
getHsmConfigurationIdentifier()
Specifies the name of the HSM configuration that contains the information
the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
|
java.lang.String |
getStatus()
Reports whether the Amazon Redshift cluster has finished applying any HSM
settings changes specified in a modify cluster command.
|
int |
hashCode() |
void |
setHsmClientCertificateIdentifier(java.lang.String hsmClientCertificateIdentifier)
Specifies the name of the HSM client certificate the Amazon Redshift
cluster uses to retrieve the data encryption keys stored in an HSM.
|
void |
setHsmConfigurationIdentifier(java.lang.String hsmConfigurationIdentifier)
Specifies the name of the HSM configuration that contains the information
the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
|
void |
setStatus(java.lang.String status)
Reports whether the Amazon Redshift cluster has finished applying any HSM
settings changes specified in a modify cluster command.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HsmStatus |
withHsmClientCertificateIdentifier(java.lang.String hsmClientCertificateIdentifier)
Specifies the name of the HSM client certificate the Amazon Redshift
cluster uses to retrieve the data encryption keys stored in an HSM.
|
HsmStatus |
withHsmConfigurationIdentifier(java.lang.String hsmConfigurationIdentifier)
Specifies the name of the HSM configuration that contains the information
the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
|
HsmStatus |
withStatus(java.lang.String status)
Reports whether the Amazon Redshift cluster has finished applying any HSM
settings changes specified in a modify cluster command.
|
private java.lang.String hsmClientCertificateIdentifier
Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.
private java.lang.String hsmConfigurationIdentifier
Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
private java.lang.String status
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Values: active, applying
public void setHsmClientCertificateIdentifier(java.lang.String hsmClientCertificateIdentifier)
Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.
hsmClientCertificateIdentifier
- Specifies the name of the HSM client certificate the Amazon
Redshift cluster uses to retrieve the data encryption keys stored
in an HSM.public java.lang.String getHsmClientCertificateIdentifier()
Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.
public HsmStatus withHsmClientCertificateIdentifier(java.lang.String hsmClientCertificateIdentifier)
Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.
hsmClientCertificateIdentifier
- Specifies the name of the HSM client certificate the Amazon
Redshift cluster uses to retrieve the data encryption keys stored
in an HSM.public void setHsmConfigurationIdentifier(java.lang.String hsmConfigurationIdentifier)
Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
hsmConfigurationIdentifier
- Specifies the name of the HSM configuration that contains the
information the Amazon Redshift cluster can use to retrieve and
store keys in an HSM.public java.lang.String getHsmConfigurationIdentifier()
Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
public HsmStatus withHsmConfigurationIdentifier(java.lang.String hsmConfigurationIdentifier)
Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
hsmConfigurationIdentifier
- Specifies the name of the HSM configuration that contains the
information the Amazon Redshift cluster can use to retrieve and
store keys in an HSM.public void setStatus(java.lang.String status)
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Values: active, applying
status
- Reports whether the Amazon Redshift cluster has finished applying
any HSM settings changes specified in a modify cluster
command.
Values: active, applying
public java.lang.String getStatus()
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Values: active, applying
Values: active, applying
public HsmStatus withStatus(java.lang.String status)
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Values: active, applying
status
- Reports whether the Amazon Redshift cluster has finished applying
any HSM settings changes specified in a modify cluster
command.
Values: active, applying
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public HsmStatus clone()
clone
in class java.lang.Object