Uses of Interface
software.amazon.awssdk.services.robomaker.model.BatchPolicy.Builder
-
Packages that use BatchPolicy.Builder Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of BatchPolicy.Builder in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return BatchPolicy.Builder Modifier and Type Method Description static BatchPolicy.BuilderBatchPolicy. builder()BatchPolicy.BuilderBatchPolicy.Builder. maxConcurrency(Integer maxConcurrency)The number of active simulation jobs create as part of the batch that can be in an active state at the same time.BatchPolicy.BuilderBatchPolicy.Builder. timeoutInSeconds(Long timeoutInSeconds)The amount of time, in seconds, to wait for the batch to complete.BatchPolicy.BuilderBatchPolicy. toBuilder()Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type BatchPolicy.Builder Modifier and Type Method Description static Class<? extends BatchPolicy.Builder>BatchPolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type BatchPolicy.Builder Modifier and Type Method Description default DescribeSimulationJobBatchResponse.BuilderDescribeSimulationJobBatchResponse.Builder. batchPolicy(Consumer<BatchPolicy.Builder> batchPolicy)The batch policy.default StartSimulationJobBatchRequest.BuilderStartSimulationJobBatchRequest.Builder. batchPolicy(Consumer<BatchPolicy.Builder> batchPolicy)The batch policy.default StartSimulationJobBatchResponse.BuilderStartSimulationJobBatchResponse.Builder. batchPolicy(Consumer<BatchPolicy.Builder> batchPolicy)The batch policy.
-