Uses of Interface
software.amazon.awssdk.services.batch.model.ArrayPropertiesSummary.Builder
-
Packages that use ArrayPropertiesSummary.Builder Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ArrayPropertiesSummary.Builder in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ArrayPropertiesSummary.Builder Modifier and Type Method Description static ArrayPropertiesSummary.BuilderArrayPropertiesSummary. builder()ArrayPropertiesSummary.BuilderArrayPropertiesSummary.Builder. index(Integer index)The job index within the array that's associated with this job.ArrayPropertiesSummary.BuilderArrayPropertiesSummary.Builder. size(Integer size)The size of the array job.ArrayPropertiesSummary.BuilderArrayPropertiesSummary. toBuilder()Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ArrayPropertiesSummary.Builder Modifier and Type Method Description static Class<? extends ArrayPropertiesSummary.Builder>ArrayPropertiesSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ArrayPropertiesSummary.Builder Modifier and Type Method Description default JobSummary.BuilderJobSummary.Builder. arrayProperties(Consumer<ArrayPropertiesSummary.Builder> arrayProperties)The array properties of the job, if it's an array job.
-