| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static HsmConfiguration.Builder |
HsmConfiguration.builder() |
HsmConfiguration.Builder |
HsmConfiguration.Builder.description(String description)
A text description of the HSM configuration.
|
HsmConfiguration.Builder |
HsmConfiguration.Builder.hsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The name of the Amazon Redshift HSM configuration.
|
HsmConfiguration.Builder |
HsmConfiguration.Builder.hsmIpAddress(String hsmIpAddress)
The IP address that the Amazon Redshift cluster must use to access the HSM.
|
HsmConfiguration.Builder |
HsmConfiguration.Builder.hsmPartitionName(String hsmPartitionName)
The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption
keys.
|
HsmConfiguration.Builder |
HsmConfiguration.Builder.tags(Collection<Tag> tags)
The list of tags for the HSM configuration.
|
HsmConfiguration.Builder |
HsmConfiguration.Builder.tags(Consumer<Tag.Builder>... tags)
The list of tags for the HSM configuration.
|
HsmConfiguration.Builder |
HsmConfiguration.Builder.tags(Tag... tags)
The list of tags for the HSM configuration.
|
HsmConfiguration.Builder |
HsmConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HsmConfiguration.Builder> |
HsmConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateHsmConfigurationResponse.Builder |
CreateHsmConfigurationResponse.Builder.hsmConfiguration(Consumer<HsmConfiguration.Builder> hsmConfiguration)
Sets the value of the HsmConfiguration property for this object.
|
Copyright © 2022. All rights reserved.