Interface CreateHsmConfigurationRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<CreateHsmConfigurationRequest.Builder,CreateHsmConfigurationRequest>, RedshiftRequest.Builder, SdkBuilder<CreateHsmConfigurationRequest.Builder,CreateHsmConfigurationRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
CreateHsmConfigurationRequest

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

    • hsmConfigurationIdentifier

      CreateHsmConfigurationRequest.Builder hsmConfigurationIdentifier(String hsmConfigurationIdentifier)

      The identifier to be assigned to the new Amazon Redshift HSM configuration.

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

      A text description of the HSM configuration to be created.

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

      CreateHsmConfigurationRequest.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

      CreateHsmConfigurationRequest.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.
    • hsmPartitionPassword

      CreateHsmConfigurationRequest.Builder hsmPartitionPassword(String hsmPartitionPassword)

      The password required to access the HSM partition.

      Parameters:
      hsmPartitionPassword - The password required to access the HSM partition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hsmServerPublicCertificate

      CreateHsmConfigurationRequest.Builder hsmServerPublicCertificate(String hsmServerPublicCertificate)

      The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.

      Parameters:
      hsmServerPublicCertificate - The HSMs public certificate file. When using Cloud HSM, the file name is server.pem.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tag instances.

      Parameters:
      tags - A list of tag instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tag instances.

      Parameters:
      tags - A list of tag instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      A list of tag instances.

      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:
    • overrideConfiguration

      CreateHsmConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.