Interface ListBatchJobRestartPointsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListBatchJobRestartPointsResponse.Builder,
,ListBatchJobRestartPointsResponse> M2Response.Builder
,SdkBuilder<ListBatchJobRestartPointsResponse.Builder,
,ListBatchJobRestartPointsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListBatchJobRestartPointsResponse
@Mutable
@NotThreadSafe
public static interface ListBatchJobRestartPointsResponse.Builder
extends M2Response.Builder, SdkPojo, CopyableBuilder<ListBatchJobRestartPointsResponse.Builder,ListBatchJobRestartPointsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbatchJobSteps
(Collection<JobStep> batchJobSteps) Returns all the batch job steps and related information for a batch job that previously ran.batchJobSteps
(Consumer<JobStep.Builder>... batchJobSteps) Returns all the batch job steps and related information for a batch job that previously ran.batchJobSteps
(JobStep... batchJobSteps) Returns all the batch job steps and related information for a batch job that previously ran.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.m2.model.M2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
batchJobSteps
Returns all the batch job steps and related information for a batch job that previously ran.
- Parameters:
batchJobSteps
- Returns all the batch job steps and related information for a batch job that previously ran.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchJobSteps
Returns all the batch job steps and related information for a batch job that previously ran.
- Parameters:
batchJobSteps
- Returns all the batch job steps and related information for a batch job that previously ran.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
batchJobSteps
Returns all the batch job steps and related information for a batch job that previously ran.
This is a convenience method that creates an instance of theJobStep.Builder
avoiding the need to create one manually viaJobStep.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobatchJobSteps(List<JobStep>)
.- Parameters:
batchJobSteps
- a consumer that will call methods onJobStep.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-