Class CreateHsmRequest

    • Method Detail

      • clusterId

        public final String clusterId()

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

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

        public final String availabilityZone()

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

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

        public final 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.

        Returns:
        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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object