Interface LaunchTemplatePlacement.Builder

    • Method Detail

      • availabilityZone

        LaunchTemplatePlacement.Builder availabilityZone​(String availabilityZone)

        The Availability Zone of the instance.

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

        LaunchTemplatePlacement.Builder affinity​(String affinity)

        The affinity setting for the instance on the Dedicated Host.

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

        LaunchTemplatePlacement.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

        LaunchTemplatePlacement.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

        LaunchTemplatePlacement.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

        LaunchTemplatePlacement.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

        LaunchTemplatePlacement.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

        LaunchTemplatePlacement.Builder hostResourceGroupArn​(String hostResourceGroupArn)

        The ARN of the host resource group in which to launch the instances.

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

        LaunchTemplatePlacement.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

        LaunchTemplatePlacement.Builder groupId​(String groupId)

        The Group ID of the 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 the 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.