Interface StepParameterChunks.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StepParameterChunks.Builder,,StepParameterChunks> SdkBuilder<StepParameterChunks.Builder,,StepParameterChunks> SdkPojo
- Enclosing class:
StepParameterChunks
@Mutable
@NotThreadSafe
public static interface StepParameterChunks.Builder
extends SdkPojo, CopyableBuilder<StepParameterChunks.Builder,StepParameterChunks>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultTaskCount(Integer defaultTaskCount) The number of tasks to combine into a single chunk by default.rangeConstraint(String rangeConstraint) Specifies whether the chunked ranges must be contiguous or can have gaps between them.rangeConstraint(RangeConstraint rangeConstraint) Specifies whether the chunked ranges must be contiguous or can have gaps between them.targetRuntimeSeconds(Integer targetRuntimeSeconds) The number of seconds to aim for when forming chunks.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
defaultTaskCount
The number of tasks to combine into a single chunk by default.
- Parameters:
defaultTaskCount- The number of tasks to combine into a single chunk by default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetRuntimeSeconds
The number of seconds to aim for when forming chunks.
- Parameters:
targetRuntimeSeconds- The number of seconds to aim for when forming chunks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rangeConstraint
Specifies whether the chunked ranges must be contiguous or can have gaps between them.
- Parameters:
rangeConstraint- Specifies whether the chunked ranges must be contiguous or can have gaps between them.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
rangeConstraint
Specifies whether the chunked ranges must be contiguous or can have gaps between them.
- Parameters:
rangeConstraint- Specifies whether the chunked ranges must be contiguous or can have gaps between them.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-