Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateHsmConfigurationRequest.Builder,CreateHsmConfigurationRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateHsmConfigurationRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateHsmConfigurationRequest.Builder,CreateHsmConfigurationRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateHsmConfigurationRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreateHsmConfigurationRequest.Builder |
builder() |
|
String |
description() |
A text description of the HSM configuration to be created.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
hsmConfigurationIdentifier() |
The identifier to be assigned to the new Amazon Redshift HSM configuration.
|
String |
hsmIpAddress() |
The IP address that the Amazon Redshift cluster must use to access the HSM.
|
String |
hsmPartitionName() |
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption
keys.
|
String |
hsmPartitionPassword() |
The password required to access the HSM partition.
|
String |
hsmServerPublicCertificate() |
The HSMs public certificate file.
|
static Class<? extends CreateHsmConfigurationRequest.Builder> |
serializableBuilderClass() |
|
List<Tag> |
tags() |
A list of tag instances.
|
CreateHsmConfigurationRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String hsmConfigurationIdentifier()
The identifier to be assigned to the new Amazon Redshift HSM configuration.
public String description()
A text description of the HSM configuration to be created.
public String hsmIpAddress()
The IP address that the Amazon Redshift cluster must use to access the HSM.
public String hsmPartitionName()
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
public String hsmPartitionPassword()
The password required to access the HSM partition.
public String hsmServerPublicCertificate()
The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
public CreateHsmConfigurationRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateHsmConfigurationRequest.Builder,CreateHsmConfigurationRequest>
public static CreateHsmConfigurationRequest.Builder builder()
public static Class<? extends CreateHsmConfigurationRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.