Interface CreateHsmRequest.Builder

  • Method Details

    • clusterId

      CreateHsmRequest.Builder clusterId(String clusterId)

      The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.

      Parameters:
      clusterId - The identifier (ID) of the HSM's cluster. To find the cluster ID, use DescribeClusters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availabilityZone

      CreateHsmRequest.Builder availabilityZone(String availabilityZone)

      The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use DescribeClusters.

      Parameters:
      availabilityZone - The Availability Zone where you are creating the HSM. To find the cluster's Availability Zones, use DescribeClusters.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipAddress

      CreateHsmRequest.Builder ipAddress(String ipAddress)

      The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen for you from that subnet.

      Parameters:
      ipAddress - The HSM's IP address. If you specify an IP address, use an available address from the subnet that maps to the Availability Zone where you are creating the HSM. If you don't specify an IP address, one is chosen for you from that subnet.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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