Interface AwsRedshiftClusterHsmStatus.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AwsRedshiftClusterHsmStatus.Builder,AwsRedshiftClusterHsmStatus>, SdkBuilder<AwsRedshiftClusterHsmStatus.Builder,AwsRedshiftClusterHsmStatus>, SdkPojo
Enclosing class:
AwsRedshiftClusterHsmStatus

public static interface AwsRedshiftClusterHsmStatus.Builder extends SdkPojo, CopyableBuilder<AwsRedshiftClusterHsmStatus.Builder,AwsRedshiftClusterHsmStatus>
  • Method Details

    • hsmClientCertificateIdentifier

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hsmConfigurationIdentifier

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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

      Parameters:
      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

      Returns:
      Returns a reference to this object so that method calls can be chained together.