public static interface ArrayPropertiesSummary.Builder extends SdkPojo, CopyableBuilder<ArrayPropertiesSummary.Builder,ArrayPropertiesSummary>
Modifier and Type | Method and Description |
---|---|
ArrayPropertiesSummary.Builder |
index(Integer index)
The job index within the array that is associated with this job.
|
ArrayPropertiesSummary.Builder |
size(Integer size)
The size of the array job.
|
copy
applyMutation, build
ArrayPropertiesSummary.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.ArrayPropertiesSummary.Builder index(Integer index)
The job index within the array that is associated with this job. This parameter is returned for children of array jobs.
index
- The job index within the array that is associated with this job. This parameter is returned for
children of array jobs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.