Interface Host.Builder

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

@Mutable @NotThreadSafe public static interface Host.Builder extends SdkPojo, CopyableBuilder<Host.Builder,Host>
  • Method Details

    • hostName

      Host.Builder hostName(String hostName)

      The name of the Dedicated Host.

      Parameters:
      hostName - The name of the Dedicated Host.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostIp

      Host.Builder hostIp(String hostIp)

      The IP address of the Dedicated Host.

      Parameters:
      hostIp - The IP address of the Dedicated Host.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ec2InstanceId

      Host.Builder ec2InstanceId(String ec2InstanceId)

      The ID of Amazon EC2 instance.

      Parameters:
      ec2InstanceId - The ID of Amazon EC2 instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceId

      Host.Builder instanceId(String instanceId)

      The instance ID of the instance on the Dedicated Host.

      Parameters:
      instanceId - The instance ID of the instance on the Dedicated Host.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostRole

      Host.Builder hostRole(String hostRole)

      The role of the Dedicated Host.

      Parameters:
      hostRole - The role of the Dedicated Host.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • hostRole

      Host.Builder hostRole(HostRole hostRole)

      The role of the Dedicated Host.

      Parameters:
      hostRole - The role of the Dedicated Host.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • osVersion

      Host.Builder osVersion(String osVersion)

      The version of the operating system.

      Parameters:
      osVersion - The version of the operating system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.