public class HsmConfiguration extends Object implements Serializable
Returns information about an HSM configuration, which is an object that describes to Amazon Redshift clusters the information they require to connect to an HSM where they can store database encryption keys.
Constructor and Description |
---|
HsmConfiguration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDescription()
A text description of the HSM configuration.
|
String |
getHsmConfigurationIdentifier()
The name of the 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.
|
int |
hashCode() |
void |
setDescription(String description)
A text description of the HSM configuration.
|
void |
setHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The name of the 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.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
HsmConfiguration |
withDescription(String description)
A text description of the HSM configuration.
|
HsmConfiguration |
withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The name of the Amazon Redshift HSM configuration.
|
HsmConfiguration |
withHsmIpAddress(String hsmIpAddress)
The IP address that the Amazon Redshift cluster must use to access the
HSM.
|
HsmConfiguration |
withHsmPartitionName(String hsmPartitionName)
The name of the partition in the HSM where the Amazon Redshift
clusters will store their database encryption keys.
|
public String getHsmConfigurationIdentifier()
public void setHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
hsmConfigurationIdentifier
- The name of the Amazon Redshift HSM configuration.public HsmConfiguration withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
Returns a reference to this object so that method calls can be chained together.
hsmConfigurationIdentifier
- The name of the Amazon Redshift HSM configuration.public String getDescription()
public void setDescription(String description)
description
- A text description of the HSM configuration.public HsmConfiguration 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.public String getHsmIpAddress()
public void setHsmIpAddress(String hsmIpAddress)
hsmIpAddress
- The IP address that the Amazon Redshift cluster must use to access the
HSM.public HsmConfiguration 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 HsmConfiguration 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 toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.