public static interface AwsRedshiftClusterHsmStatus.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterHsmStatus.Builder,AwsRedshiftClusterHsmStatus>
| Modifier and Type | Method and Description |
|---|---|
AwsRedshiftClusterHsmStatus.Builder |
hsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The name of the HSM client certificate that the Amazon Redshift cluster uses to retrieve the data encryption
keys that are stored in an HSM.
|
AwsRedshiftClusterHsmStatus.Builder |
hsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The name of the HSM configuration that contains the information that the Amazon Redshift cluster can use to
retrieve and store keys in an HSM.
|
AwsRedshiftClusterHsmStatus.Builder |
status(String status)
Indicates whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a
modify cluster command.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsRedshiftClusterHsmStatus.Builder hsmClientCertificateIdentifier(String hsmClientCertificateIdentifier)
The name of the HSM client certificate that the Amazon Redshift cluster uses to retrieve the data encryption keys that are stored in an HSM.
hsmClientCertificateIdentifier - The name of the HSM client certificate that the Amazon Redshift cluster uses to retrieve the data
encryption keys that are stored in an HSM.AwsRedshiftClusterHsmStatus.Builder hsmConfigurationIdentifier(String hsmConfigurationIdentifier)
The name of the HSM configuration that contains the information that the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
hsmConfigurationIdentifier - The name of the HSM configuration that contains the information that the Amazon Redshift cluster can
use to retrieve and store keys in an HSM.AwsRedshiftClusterHsmStatus.Builder status(String status)
Indicates whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.
Type: String
Valid values: active | applying
status - Indicates whether the Amazon Redshift cluster has finished applying any HSM settings changes specified
in a modify cluster command.
Type: String
Valid values: active | applying
Copyright © 2023. All rights reserved.