Interface ArrayPropertiesSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ArrayPropertiesSummary.Builder,ArrayPropertiesSummary>
,SdkBuilder<ArrayPropertiesSummary.Builder,ArrayPropertiesSummary>
,SdkPojo
- Enclosing class:
- ArrayPropertiesSummary
public static interface ArrayPropertiesSummary.Builder extends SdkPojo, CopyableBuilder<ArrayPropertiesSummary.Builder,ArrayPropertiesSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArrayPropertiesSummary.Builder
index(Integer index)
The job index within the array that's associated with this job.ArrayPropertiesSummary.Builder
size(Integer size)
The size of the array job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
size
ArrayPropertiesSummary.Builder size(Integer size)
The size of the array job. This parameter is returned for parent array jobs.
- Parameters:
size
- The size of the array job. This parameter is returned for parent array jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
index
ArrayPropertiesSummary.Builder index(Integer index)
The job index within the array that's associated with this job. This parameter is returned for children of array jobs.
- Parameters:
index
- The job index within the array that's associated with this job. This parameter is returned for children of array jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-