Uses of Interface
software.amazon.awssdk.services.batch.model.Ec2Configuration.Builder
-
Packages that use Ec2Configuration.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of Ec2Configuration.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return Ec2Configuration.Builder Modifier and Type Method Description static Ec2Configuration.BuilderEc2Configuration. builder()Ec2Configuration.BuilderEc2Configuration.Builder. imageIdOverride(String imageIdOverride)The AMI ID used for instances launched in the compute environment that match the image type.Ec2Configuration.BuilderEc2Configuration.Builder. imageKubernetesVersion(String imageKubernetesVersion)The Kubernetes version for the compute environment.Ec2Configuration.BuilderEc2Configuration.Builder. imageType(String imageType)The image type to match with the instance type to select an AMI.Ec2Configuration.BuilderEc2Configuration. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type Ec2Configuration.Builder Modifier and Type Method Description static Class<? extends Ec2Configuration.Builder>Ec2Configuration. serializableBuilderClass()
-