Uses of Interface
software.amazon.awssdk.services.ec2.model.SpotPrice.Builder
-
Packages that use SpotPrice.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of SpotPrice.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return SpotPrice.Builder Modifier and Type Method Description SpotPrice.BuilderSpotPrice.Builder. availabilityZone(String availabilityZone)The Availability Zone.static SpotPrice.BuilderSpotPrice. builder()SpotPrice.BuilderSpotPrice.Builder. instanceType(String instanceType)The instance type.SpotPrice.BuilderSpotPrice.Builder. instanceType(InstanceType instanceType)The instance type.SpotPrice.BuilderSpotPrice.Builder. productDescription(String productDescription)A general description of the AMI.SpotPrice.BuilderSpotPrice.Builder. productDescription(RIProductDescription productDescription)A general description of the AMI.SpotPrice.BuilderSpotPrice.Builder. spotPrice(String spotPrice)The maximum price per unit hour that you are willing to pay for a Spot Instance.SpotPrice.BuilderSpotPrice.Builder. timestamp(Instant timestamp)The date and time the request was created, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).SpotPrice.BuilderSpotPrice. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type SpotPrice.Builder Modifier and Type Method Description static Class<? extends SpotPrice.Builder>SpotPrice. serializableBuilderClass()
-