Interface SpotPlacement.Builder

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

public static interface SpotPlacement.Builder extends SdkPojo, CopyableBuilder<SpotPlacement.Builder,SpotPlacement>
  • Method Details

    • availabilityZone

      SpotPlacement.Builder availabilityZone(String availabilityZone)

      The Availability Zone.

      [Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".

      Parameters:
      availabilityZone - The Availability Zone.

      [Spot Fleet only] To specify multiple Availability Zones, separate them using commas; for example, "us-west-2a, us-west-2b".

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • groupName

      SpotPlacement.Builder groupName(String groupName)

      The name of the placement group.

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

      SpotPlacement.Builder tenancy(String tenancy)

      The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for Spot Instances.

      Parameters:
      tenancy - The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for Spot Instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tenancy

      SpotPlacement.Builder tenancy(Tenancy tenancy)

      The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for Spot Instances.

      Parameters:
      tenancy - The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of dedicated runs on single-tenant hardware. The host tenancy is not supported for Spot Instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: