Interface HsmConfiguration.Builder

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

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

    • hsmConfigurationIdentifier

      HsmConfiguration.Builder hsmConfigurationIdentifier(String hsmConfigurationIdentifier)

      The name of the Amazon Redshift HSM configuration.

      Parameters:
      hsmConfigurationIdentifier - The name of the Amazon Redshift HSM configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      HsmConfiguration.Builder description(String description)

      A text description of the HSM configuration.

      Parameters:
      description - A text description of the HSM configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hsmIpAddress

      HsmConfiguration.Builder hsmIpAddress(String hsmIpAddress)

      The IP address that the Amazon Redshift cluster must use to access the HSM.

      Parameters:
      hsmIpAddress - The IP address that the Amazon Redshift cluster must use to access the HSM.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hsmPartitionName

      HsmConfiguration.Builder hsmPartitionName(String hsmPartitionName)

      The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.

      Parameters:
      hsmPartitionName - The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The list of tags for the HSM configuration.

      Parameters:
      tags - The list of tags for the HSM configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The list of tags for the HSM configuration.

      Parameters:
      tags - The list of tags for the HSM configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The list of tags for the HSM configuration.

      This is a convenience method that creates an instance of the Tag.Builder avoiding the need to create one manually via Tag.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tags(List<Tag>).

      Parameters:
      tags - a consumer that will call methods on Tag.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: