Class CreateHsmConfigurationRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
A text description of the HSM configuration to be created.The identifier to be assigned to the new 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.The password required to access the HSM partition.The HSMs public certificate file.getTags()
A list of tag instances.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.void
setTags
(Collection<Tag> tags) A list of tag instances.toString()
Returns a string representation of this object; useful for testing and debugging.withDescription
(String description) A text description of the HSM configuration to be created.withHsmConfigurationIdentifier
(String hsmConfigurationIdentifier) The identifier to be assigned to the new 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.withHsmPartitionPassword
(String hsmPartitionPassword) The password required to access the HSM partition.withHsmServerPublicCertificate
(String hsmServerPublicCertificate) The HSMs public certificate file.A list of tag instances.withTags
(Collection<Tag> tags) A list of tag instances.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
CreateHsmConfigurationRequest
public CreateHsmConfigurationRequest()
-
-
Method Details
-
setHsmConfigurationIdentifier
The identifier to be assigned to the new Amazon Redshift HSM configuration.
- Parameters:
hsmConfigurationIdentifier
- The identifier to be assigned to the new Amazon Redshift HSM configuration.
-
getHsmConfigurationIdentifier
The identifier to be assigned to the new Amazon Redshift HSM configuration.
- Returns:
- The identifier to be assigned to the new Amazon Redshift HSM configuration.
-
withHsmConfigurationIdentifier
public CreateHsmConfigurationRequest withHsmConfigurationIdentifier(String hsmConfigurationIdentifier) The identifier to be assigned to the new Amazon Redshift HSM configuration.
- Parameters:
hsmConfigurationIdentifier
- The identifier to be assigned to the new 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 to be created.
- Parameters:
description
- A text description of the HSM configuration to be created.
-
getDescription
A text description of the HSM configuration to be created.
- Returns:
- A text description of the HSM configuration to be created.
-
withDescription
A text description of the HSM configuration to be created.
- Parameters:
description
- A text description of the HSM configuration to be created.- 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.
-
setHsmPartitionPassword
The password required to access the HSM partition.
- Parameters:
hsmPartitionPassword
- The password required to access the HSM partition.
-
getHsmPartitionPassword
The password required to access the HSM partition.
- Returns:
- The password required to access the HSM partition.
-
withHsmPartitionPassword
The password required to access the HSM partition.
- Parameters:
hsmPartitionPassword
- The password required to access the HSM partition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setHsmServerPublicCertificate
The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
- Parameters:
hsmServerPublicCertificate
- The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
-
getHsmServerPublicCertificate
The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
- Returns:
- The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
-
withHsmServerPublicCertificate
public CreateHsmConfigurationRequest withHsmServerPublicCertificate(String hsmServerPublicCertificate) The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
- Parameters:
hsmServerPublicCertificate
- The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getTags
A list of tag instances.
- Returns:
- A list of tag instances.
-
setTags
A list of tag instances.
- Parameters:
tags
- A list of tag instances.
-
withTags
A list of tag instances.
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
- A list of tag instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withTags
A list of tag instances.
- Parameters:
tags
- A list of tag instances.- 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
Description copied from class:AmazonWebServiceRequest
Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clone
in classAmazonWebServiceRequest
- See Also:
-