Interface CreateHsmRequest.Builder

    • Method Detail

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