|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.redshift.model.CreateHsmConfigurationRequest
public class CreateHsmConfigurationRequest
Container for the parameters to the CreateHsmConfiguration operation
.
Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM). After creating the HSM configuration, you can specify it as a parameter when creating a cluster. The cluster will then store its encryption keys in the HSM.
In addition to creating an HSM configuration, you must also create an HSM client certificate. For more information, go to Hardware Security Modules in the Amazon Redshift Management Guide.
AmazonRedshift.createHsmConfiguration(CreateHsmConfigurationRequest)
,
Serialized FormConstructor Summary | |
---|---|
CreateHsmConfigurationRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getDescription()
A text description of the HSM configuration to be created. |
String |
getHsmConfigurationIdentifier()
The identifier to be assigned to the new Amazon Redshift HSM configuration. |
String |
getHsmIpAddress()
The IP address that the Amazon Redshift cluster must use to access the HSM. |
String |
getHsmPartitionName()
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys. |
String |
getHsmPartitionPassword()
The password required to access the HSM partition. |
String |
getHsmServerPublicCertificate()
The HSMs public certificate file. |
int |
hashCode()
|
void |
setDescription(String description)
A text description of the HSM configuration to be created. |
void |
setHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier to be assigned to the new Amazon Redshift HSM configuration. |
void |
setHsmIpAddress(String hsmIpAddress)
The IP address that the Amazon Redshift cluster must use to access the HSM. |
void |
setHsmPartitionName(String hsmPartitionName)
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys. |
void |
setHsmPartitionPassword(String hsmPartitionPassword)
The password required to access the HSM partition. |
void |
setHsmServerPublicCertificate(String hsmServerPublicCertificate)
The HSMs public certificate file. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CreateHsmConfigurationRequest |
withDescription(String description)
A text description of the HSM configuration to be created. |
CreateHsmConfigurationRequest |
withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier to be assigned to the new Amazon Redshift HSM configuration. |
CreateHsmConfigurationRequest |
withHsmIpAddress(String hsmIpAddress)
The IP address that the Amazon Redshift cluster must use to access the HSM. |
CreateHsmConfigurationRequest |
withHsmPartitionName(String hsmPartitionName)
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys. |
CreateHsmConfigurationRequest |
withHsmPartitionPassword(String hsmPartitionPassword)
The password required to access the HSM partition. |
CreateHsmConfigurationRequest |
withHsmServerPublicCertificate(String hsmServerPublicCertificate)
The HSMs public certificate file. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CreateHsmConfigurationRequest()
Method Detail |
---|
public String getHsmConfigurationIdentifier()
public void setHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
hsmConfigurationIdentifier
- The identifier to be assigned to the new Amazon Redshift HSM
configuration.public CreateHsmConfigurationRequest withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
Returns a reference to this object so that method calls can be chained together.
hsmConfigurationIdentifier
- The identifier to be assigned to the new Amazon Redshift HSM
configuration.
public String getDescription()
public void setDescription(String description)
description
- A text description of the HSM configuration to be created.public CreateHsmConfigurationRequest withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description
- A text description of the HSM configuration to be created.
public String getHsmIpAddress()
public void setHsmIpAddress(String hsmIpAddress)
hsmIpAddress
- The IP address that the Amazon Redshift cluster must use to access the
HSM.public CreateHsmConfigurationRequest withHsmIpAddress(String hsmIpAddress)
Returns a reference to this object so that method calls can be chained together.
hsmIpAddress
- The IP address that the Amazon Redshift cluster must use to access the
HSM.
public String getHsmPartitionName()
public void setHsmPartitionName(String hsmPartitionName)
hsmPartitionName
- The name of the partition in the HSM where the Amazon Redshift
clusters will store their database encryption keys.public CreateHsmConfigurationRequest withHsmPartitionName(String hsmPartitionName)
Returns a reference to this object so that method calls can be chained together.
hsmPartitionName
- The name of the partition in the HSM where the Amazon Redshift
clusters will store their database encryption keys.
public String getHsmPartitionPassword()
public void setHsmPartitionPassword(String hsmPartitionPassword)
hsmPartitionPassword
- The password required to access the HSM partition.public CreateHsmConfigurationRequest withHsmPartitionPassword(String hsmPartitionPassword)
Returns a reference to this object so that method calls can be chained together.
hsmPartitionPassword
- The password required to access the HSM partition.
public String getHsmServerPublicCertificate()
public void setHsmServerPublicCertificate(String hsmServerPublicCertificate)
hsmServerPublicCertificate
- The HSMs public certificate file. When using Cloud HSM, the file name
is server.pem.public CreateHsmConfigurationRequest withHsmServerPublicCertificate(String hsmServerPublicCertificate)
Returns a reference to this object so that method calls can be chained together.
hsmServerPublicCertificate
- The HSMs public certificate file. When using Cloud HSM, the file name
is server.pem.
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 |