Class HsmConfiguration
- All Implemented Interfaces:
Serializable
,Cloneable
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A text description of the HSM configuration.The name of the Amazon Redshift HSM configuration.The IP address that the Amazon Redshift cluster must use to access the HSM.The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.getTags()
The list of tags for the HSM configuration.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.void
setTags
(Collection<Tag> tags) The list of tags for the HSM configuration.toString()
Returns a string representation of this object; useful for testing and debugging.withDescription
(String description) A text description of the HSM configuration.withHsmConfigurationIdentifier
(String hsmConfigurationIdentifier) The name of the Amazon Redshift HSM configuration.withHsmIpAddress
(String hsmIpAddress) The IP address that the Amazon Redshift cluster must use to access the HSM.withHsmPartitionName
(String hsmPartitionName) The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.The list of tags for the HSM configuration.withTags
(Collection<Tag> tags) The list of tags for the HSM configuration.
-
Constructor Details
-
HsmConfiguration
public HsmConfiguration()
-
-
Method Details
-
setHsmConfigurationIdentifier
The name of the Amazon Redshift HSM configuration.
- Parameters:
hsmConfigurationIdentifier
- The name of the Amazon Redshift HSM configuration.
-
getHsmConfigurationIdentifier
The name of the Amazon Redshift HSM configuration.
- Returns:
- The name of the Amazon Redshift HSM configuration.
-
withHsmConfigurationIdentifier
The name of the Amazon Redshift HSM configuration.
- Parameters:
hsmConfigurationIdentifier
- The name of the Amazon Redshift HSM configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setDescription
A text description of the HSM configuration.
- Parameters:
description
- A text description of the HSM configuration.
-
getDescription
A text description of the HSM configuration.
- Returns:
- A text description of the HSM configuration.
-
withDescription
A text description of the HSM configuration.
- Parameters:
description
- A text description of the HSM configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHsmIpAddress
The IP address that the Amazon Redshift cluster must use to access the HSM.
- Parameters:
hsmIpAddress
- The IP address that the Amazon Redshift cluster must use to access the HSM.
-
getHsmIpAddress
The IP address that the Amazon Redshift cluster must use to access the HSM.
- Returns:
- The IP address that the Amazon Redshift cluster must use to access the HSM.
-
withHsmIpAddress
The IP address that the Amazon Redshift cluster must use to access the HSM.
- Parameters:
hsmIpAddress
- The IP address that the Amazon Redshift cluster must use to access the HSM.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHsmPartitionName
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
- Parameters:
hsmPartitionName
- The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
-
getHsmPartitionName
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
- Returns:
- The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
-
withHsmPartitionName
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
- Parameters:
hsmPartitionName
- The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getTags
The list of tags for the HSM configuration.
- Returns:
- The list of tags for the HSM configuration.
-
setTags
The list of tags for the HSM configuration.
- Parameters:
tags
- The list of tags for the HSM configuration.
-
withTags
The list of tags for the HSM configuration.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
orwithTags(java.util.Collection)
if you want to override the existing values.- Parameters:
tags
- The list of tags for the HSM configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTags
The list of tags for the HSM configuration.
- Parameters:
tags
- The list of tags for the HSM configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-