@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateHsmConfigurationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateHsmConfigurationRequest() |
Modifier and Type | Method and Description |
---|---|
CreateHsmConfigurationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
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.
|
List<Tag> |
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.
|
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.
|
CreateHsmConfigurationRequest |
withTags(Collection<Tag> tags)
A list of tag instances.
|
CreateHsmConfigurationRequest |
withTags(Tag... tags)
A list of tag instances.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier to be assigned to the new Amazon Redshift HSM configuration.
hsmConfigurationIdentifier
- The identifier to be assigned to the new Amazon Redshift HSM configuration.public String getHsmConfigurationIdentifier()
The identifier to be assigned to the new Amazon Redshift HSM configuration.
public CreateHsmConfigurationRequest withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The identifier to be assigned to the new Amazon Redshift HSM configuration.
hsmConfigurationIdentifier
- The identifier to be assigned to the new Amazon Redshift HSM configuration.public void setDescription(String description)
A text description of the HSM configuration to be created.
description
- A text description of the HSM configuration to be created.public String getDescription()
A text description of the HSM configuration to be created.
public CreateHsmConfigurationRequest withDescription(String description)
A text description of the HSM configuration to be created.
description
- A text description of the HSM configuration to be created.public void setHsmIpAddress(String hsmIpAddress)
The IP address that the Amazon Redshift cluster must use to access the HSM.
hsmIpAddress
- The IP address that the Amazon Redshift cluster must use to access the HSM.public String getHsmIpAddress()
The IP address that the Amazon Redshift cluster must use to access the HSM.
public CreateHsmConfigurationRequest withHsmIpAddress(String hsmIpAddress)
The IP address that the Amazon Redshift cluster must use to access the HSM.
hsmIpAddress
- The IP address that the Amazon Redshift cluster must use to access the HSM.public void setHsmPartitionName(String hsmPartitionName)
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
hsmPartitionName
- The name of the partition in the HSM where the Amazon Redshift clusters will store their database
encryption keys.public String getHsmPartitionName()
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
public CreateHsmConfigurationRequest withHsmPartitionName(String hsmPartitionName)
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
hsmPartitionName
- The name of the partition in the HSM where the Amazon Redshift clusters will store their database
encryption keys.public void setHsmPartitionPassword(String hsmPartitionPassword)
The password required to access the HSM partition.
hsmPartitionPassword
- The password required to access the HSM partition.public String getHsmPartitionPassword()
The password required to access the HSM partition.
public CreateHsmConfigurationRequest withHsmPartitionPassword(String hsmPartitionPassword)
The password required to access the HSM partition.
hsmPartitionPassword
- The password required to access the HSM partition.public void setHsmServerPublicCertificate(String hsmServerPublicCertificate)
The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
hsmServerPublicCertificate
- The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.public String getHsmServerPublicCertificate()
The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
public CreateHsmConfigurationRequest withHsmServerPublicCertificate(String hsmServerPublicCertificate)
The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
hsmServerPublicCertificate
- The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.public void setTags(Collection<Tag> tags)
A list of tag instances.
tags
- A list of tag instances.public CreateHsmConfigurationRequest withTags(Tag... tags)
A list of tag instances.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- A list of tag instances.public CreateHsmConfigurationRequest withTags(Collection<Tag> tags)
A list of tag instances.
tags
- A list of tag instances.public String toString()
toString
in class Object
Object.toString()
public CreateHsmConfigurationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.