Uses of Class
co.yellowdog.platform.model.AwsFleetInstanceOverride.Builder
Packages that use AwsFleetInstanceOverride.Builder
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of AwsFleetInstanceOverride.Builder in co.yellowdog.platform.model
Methods in co.yellowdog.platform.model that return AwsFleetInstanceOverride.BuilderModifier and TypeMethodDescriptionAwsFleetInstanceOverride.Builder.availabilityZone
(String availabilityZone) The AWS availability zone within the region where instances will be provisioned.AwsFleetInstanceOverride.builder()
AwsFleetInstanceOverride.Builder.instanceType
(String instanceType) The EC2 instance type for the provisioned instances.AwsFleetInstanceOverride.Builder.spotMaxPrice
(Double spotMaxPrice) The maximum price that will be paid for spot instances.The ID of the subnet to use for the provisioned instances.AwsFleetInstanceOverride.toBuilder()