Uses of Interface
software.amazon.awssdk.services.robomaker.model.Compute.Builder
-
Packages that use Compute.Builder Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of Compute.Builder in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return Compute.Builder Modifier and Type Method Description static Compute.BuilderCompute. builder()Compute.BuilderCompute.Builder. computeType(String computeType)Compute type information for the simulation job.Compute.BuilderCompute.Builder. computeType(ComputeType computeType)Compute type information for the simulation job.Compute.BuilderCompute.Builder. gpuUnitLimit(Integer gpuUnitLimit)Compute GPU unit limit for the simulation job.Compute.BuilderCompute.Builder. simulationUnitLimit(Integer simulationUnitLimit)The simulation unit limit.Compute.BuilderCompute. toBuilder()Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type Compute.Builder Modifier and Type Method Description static Class<? extends Compute.Builder>Compute. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type Compute.Builder Modifier and Type Method Description default CreateSimulationJobRequest.BuilderCreateSimulationJobRequest.Builder. compute(Consumer<Compute.Builder> compute)Compute information for the simulation job.default SimulationJobRequest.BuilderSimulationJobRequest.Builder. compute(Consumer<Compute.Builder> compute)Compute information for the simulation job
-