Uses of Interface
software.amazon.awssdk.services.ec2.model.AcceleratorCount.Builder
-
Packages that use AcceleratorCount.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of AcceleratorCount.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AcceleratorCount.Builder Modifier and Type Method Description static AcceleratorCount.BuilderAcceleratorCount. builder()AcceleratorCount.BuilderAcceleratorCount.Builder. max(Integer max)The maximum number of accelerators.AcceleratorCount.BuilderAcceleratorCount.Builder. min(Integer min)The minimum number of accelerators.AcceleratorCount.BuilderAcceleratorCount. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AcceleratorCount.Builder Modifier and Type Method Description static Class<? extends AcceleratorCount.Builder>AcceleratorCount. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AcceleratorCount.Builder Modifier and Type Method Description default InstanceRequirements.BuilderInstanceRequirements.Builder. acceleratorCount(Consumer<AcceleratorCount.Builder> acceleratorCount)The minimum and maximum number of accelerators (GPUs, FPGAs, or Amazon Web Services Inferentia chips) on an instance.
-