Interface HostInfoForCreate.Builder

  • Method Details

    • hostName

      HostInfoForCreate.Builder hostName(String hostName)

      The DNS hostname of the host. DNS hostnames for hosts must be unique across Amazon EVS environments and within VCF.

      Parameters:
      hostName - The DNS hostname of the host. DNS hostnames for hosts must be unique across Amazon EVS environments and within VCF.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • keyName

      The name of the SSH key that is used to access the host.

      Parameters:
      keyName - The name of the SSH key that is used to access the host.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceType

      HostInfoForCreate.Builder instanceType(String instanceType)

      The EC2 instance type that represents the host.

      Parameters:
      instanceType - The EC2 instance type that represents the host.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • instanceType

      HostInfoForCreate.Builder instanceType(InstanceType instanceType)

      The EC2 instance type that represents the host.

      Parameters:
      instanceType - The EC2 instance type that represents the host.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • placementGroupId

      HostInfoForCreate.Builder placementGroupId(String placementGroupId)

      The unique ID of the placement group where the host is placed.

      Parameters:
      placementGroupId - The unique ID of the placement group where the host is placed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dedicatedHostId

      HostInfoForCreate.Builder dedicatedHostId(String dedicatedHostId)

      The unique ID of the Amazon EC2 Dedicated Host.

      Parameters:
      dedicatedHostId - The unique ID of the Amazon EC2 Dedicated Host.
      Returns:
      Returns a reference to this object so that method calls can be chained together.