Interface Placement.Builder

  • Method Details

    • affinity

      Placement.Builder affinity(String affinity)

      Specifies host affinity for dedicated instances.

      Parameters:
      affinity - Specifies host affinity for dedicated instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • availabilityZone

      Placement.Builder availabilityZone(String availabilityZone)

      Identifies the specific AWS availability zone.

      Parameters:
      availabilityZone - Identifies the specific AWS availability zone.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupId

      Placement.Builder groupId(String groupId)

      Unique identifier for placement group.

      Parameters:
      groupId - Unique identifier for placement group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupName

      Placement.Builder groupName(String groupName)

      Name of the placement group.

      Parameters:
      groupName - Name of the placement group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostId

      Placement.Builder hostId(String hostId)

      Identifies the specific dedicated host.

      Parameters:
      hostId - Identifies the specific dedicated host.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostResourceGroupArn

      Placement.Builder hostResourceGroupArn(String hostResourceGroupArn)

      ARN of the host resource group.

      Parameters:
      hostResourceGroupArn - ARN of the host resource group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • partitionNumber

      Placement.Builder partitionNumber(Integer partitionNumber)

      Specifies partition number for partition placement groups.

      Parameters:
      partitionNumber - Specifies partition number for partition placement groups.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tenancy

      Placement.Builder tenancy(String tenancy)

      Defines instance tenancy configuration.

      Parameters:
      tenancy - Defines instance tenancy configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tenancy

      Placement.Builder tenancy(TenancyEnum tenancy)

      Defines instance tenancy configuration.

      Parameters:
      tenancy - Defines instance tenancy configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: