public static interface ArrayPropertiesDetail.Builder extends SdkPojo, CopyableBuilder<ArrayPropertiesDetail.Builder,ArrayPropertiesDetail>
Modifier and Type | Method and Description |
---|---|
ArrayPropertiesDetail.Builder |
index(Integer index)
The job index within the array that is associated with this job.
|
ArrayPropertiesDetail.Builder |
size(Integer size)
The size of the array job.
|
ArrayPropertiesDetail.Builder |
statusSummary(Map<String,Integer> statusSummary)
A summary of the number of array job children in each available job status.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ArrayPropertiesDetail.Builder statusSummary(Map<String,Integer> statusSummary)
A summary of the number of array job children in each available job status. This parameter is returned for parent array jobs.
statusSummary
- A summary of the number of array job children in each available job status. This parameter is returned
for parent array jobs.ArrayPropertiesDetail.Builder size(Integer size)
The size of the array job. This parameter is returned for parent array jobs.
size
- The size of the array job. This parameter is returned for parent array jobs.ArrayPropertiesDetail.Builder index(Integer index)
The job index within the array that is associated with this job. This parameter is returned for array job children.
index
- The job index within the array that is associated with this job. This parameter is returned for array
job children.Copyright © 2020. All rights reserved.