Interface LaunchTemplatePlacementRequest.Builder

    • Method Detail

      • availabilityZone

        LaunchTemplatePlacementRequest.Builder availabilityZone​(String availabilityZone)

        The Availability Zone for the instance.

        Parameters:
        availabilityZone - The Availability Zone for the instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • affinity

        LaunchTemplatePlacementRequest.Builder affinity​(String affinity)

        The affinity setting for an instance on a Dedicated Host.

        Parameters:
        affinity - The affinity setting for an instance on a Dedicated Host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupName

        LaunchTemplatePlacementRequest.Builder groupName​(String groupName)

        The name of the placement group for the instance.

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

        LaunchTemplatePlacementRequest.Builder hostId​(String hostId)

        The ID of the Dedicated Host for the instance.

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

        LaunchTemplatePlacementRequest.Builder tenancy​(String tenancy)

        The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.

        Parameters:
        tenancy - The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Tenancy, Tenancy
      • tenancy

        LaunchTemplatePlacementRequest.Builder tenancy​(Tenancy tenancy)

        The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.

        Parameters:
        tenancy - The tenancy of the instance. An instance with a tenancy of dedicated runs on single-tenant hardware.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Tenancy, Tenancy
      • spreadDomain

        LaunchTemplatePlacementRequest.Builder spreadDomain​(String spreadDomain)

        Reserved for future use.

        Parameters:
        spreadDomain - Reserved for future use.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hostResourceGroupArn

        LaunchTemplatePlacementRequest.Builder hostResourceGroupArn​(String hostResourceGroupArn)

        The ARN of the host resource group in which to launch the instances. If you specify a host resource group ARN, omit the Tenancy parameter or set it to host.

        Parameters:
        hostResourceGroupArn - The ARN of the host resource group in which to launch the instances. If you specify a host resource group ARN, omit the Tenancy parameter or set it to host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partitionNumber

        LaunchTemplatePlacementRequest.Builder partitionNumber​(Integer partitionNumber)

        The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.

        Parameters:
        partitionNumber - The number of the partition the instance should launch in. Valid only if the placement group strategy is set to partition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groupId

        LaunchTemplatePlacementRequest.Builder groupId​(String groupId)

        The Group Id of a placement group. You must specify the Placement Group Group Id to launch an instance in a shared placement group.

        Parameters:
        groupId - The Group Id of a placement group. You must specify the Placement Group Group Id to launch an instance in a shared placement group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.