Uses of Interface
software.amazon.awssdk.services.batch.model.ArrayPropertiesDetail.Builder
-
Packages that use ArrayPropertiesDetail.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ArrayPropertiesDetail.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ArrayPropertiesDetail.Builder Modifier and Type Method Description static ArrayPropertiesDetail.BuilderArrayPropertiesDetail. builder()ArrayPropertiesDetail.BuilderArrayPropertiesDetail.Builder. index(Integer index)The job index within the array that's associated with this job.ArrayPropertiesDetail.BuilderArrayPropertiesDetail.Builder. size(Integer size)The size of the array job.ArrayPropertiesDetail.BuilderArrayPropertiesDetail.Builder. statusSummary(Map<String,Integer> statusSummary)A summary of the number of array job children in each available job status.ArrayPropertiesDetail.BuilderArrayPropertiesDetail. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ArrayPropertiesDetail.Builder Modifier and Type Method Description static Class<? extends ArrayPropertiesDetail.Builder>ArrayPropertiesDetail. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ArrayPropertiesDetail.Builder Modifier and Type Method Description default JobDetail.BuilderJobDetail.Builder. arrayProperties(Consumer<ArrayPropertiesDetail.Builder> arrayProperties)The array properties of the job, if it's an array job.
-