public class HsmStatus extends Object implements Serializable
Constructor and Description |
---|
HsmStatus() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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.
|
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.
|
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(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(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(String status)
Reports whether the Amazon Redshift cluster has finished applying any
HSM settings changes specified in a modify cluster command.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HsmStatus |
withHsmClientCertificateIdentifier(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(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(String status)
Reports whether the Amazon Redshift cluster has finished applying any
HSM settings changes specified in a modify cluster command.
|
public String getHsmClientCertificateIdentifier()
public void setHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
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 HsmStatus withHsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
Returns a reference to this object so that method calls can be chained together.
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 String getHsmConfigurationIdentifier()
public void setHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
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 HsmStatus withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
Returns a reference to this object so that method calls can be chained together.
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 String getStatus()
Values: active, applying
Values: active, applying
public void setStatus(String status)
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 HsmStatus withStatus(String status)
Values: active, applying
Returns a reference to this object so that method calls can be chained together.
status
- Reports whether the Amazon Redshift cluster has finished applying any
HSM settings changes specified in a modify cluster command. Values: active, applying
public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.