public static interface SpotPlacementScore.Builder extends SdkPojo, CopyableBuilder<SpotPlacementScore.Builder,SpotPlacementScore>
| Modifier and Type | Method and Description |
|---|---|
SpotPlacementScore.Builder |
availabilityZoneId(String availabilityZoneId)
The Availability Zone.
|
SpotPlacementScore.Builder |
region(String region)
The Region.
|
SpotPlacementScore.Builder |
score(Integer score)
The placement score, on a scale from
1 to 10. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSpotPlacementScore.Builder region(String region)
The Region.
region - The Region.SpotPlacementScore.Builder availabilityZoneId(String availabilityZoneId)
The Availability Zone.
availabilityZoneId - The Availability Zone.SpotPlacementScore.Builder score(Integer score)
The placement score, on a scale from 1 to 10. A score of 10 indicates
that your Spot request is highly likely to succeed in this Region or Availability Zone. A score of
1 indicates that your Spot request is not likely to succeed.
score - The placement score, on a scale from 1 to 10. A score of 10
indicates that your Spot request is highly likely to succeed in this Region or Availability Zone. A
score of 1 indicates that your Spot request is not likely to succeed.Copyright © 2023. All rights reserved.