| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
static HsmStatus.Builder |
HsmStatus.builder() |
HsmStatus.Builder |
HsmStatus.Builder.hsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data
encryption keys stored in an HSM.
|
HsmStatus.Builder |
HsmStatus.Builder.hsmConfigurationIdentifier(String hsmConfigurationIdentifier)
Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use
to retrieve and store keys in an HSM.
|
HsmStatus.Builder |
HsmStatus.Builder.status(String status)
Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a
modify cluster command.
|
HsmStatus.Builder |
HsmStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HsmStatus.Builder> |
HsmStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Cluster.Builder |
Cluster.Builder.hsmStatus(Consumer<HsmStatus.Builder> hsmStatus)
A value that reports whether the Amazon Redshift cluster has finished applying any hardware security module
(HSM) settings changes specified in a modify cluster command.
|
Copyright © 2022. All rights reserved.