Uses of Interface
software.amazon.awssdk.services.batch.model.ArrayProperties.Builder
-
Packages that use ArrayProperties.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ArrayProperties.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ArrayProperties.Builder Modifier and Type Method Description static ArrayProperties.BuilderArrayProperties. builder()ArrayProperties.BuilderArrayProperties.Builder. size(Integer size)The size of the array job.ArrayProperties.BuilderArrayProperties. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ArrayProperties.Builder Modifier and Type Method Description static Class<? extends ArrayProperties.Builder>ArrayProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ArrayProperties.Builder Modifier and Type Method Description default SubmitJobRequest.BuilderSubmitJobRequest.Builder. arrayProperties(Consumer<ArrayProperties.Builder> arrayProperties)The array properties for the submitted job, such as the size of the array.
-