Interface GetMlTaskRunsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetMlTaskRunsResponse.Builder,,GetMlTaskRunsResponse> GlueResponse.Builder,SdkBuilder<GetMlTaskRunsResponse.Builder,,GetMlTaskRunsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 GetMlTaskRunsResponse
public static interface GetMlTaskRunsResponse.Builder
extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetMlTaskRunsResponse.Builder,GetMlTaskRunsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionA pagination token, if more results are available.taskRuns(Collection<TaskRun> taskRuns) A list of task runs that are associated with the transform.taskRuns(Consumer<TaskRun.Builder>... taskRuns) A list of task runs that are associated with the transform.A list of task runs that are associated with the transform.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
taskRuns
A list of task runs that are associated with the transform.
- Parameters:
 taskRuns- A list of task runs that are associated with the transform.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
taskRuns
A list of task runs that are associated with the transform.
- Parameters:
 taskRuns- A list of task runs that are associated with the transform.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
taskRuns
A list of task runs that are associated with the transform.
This is a convenience method that creates an instance of theTaskRun.Builderavoiding the need to create one manually viaTaskRun.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totaskRuns(List<TaskRun>).- Parameters:
 taskRuns- a consumer that will call methods onTaskRun.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
A pagination token, if more results are available.
- Parameters:
 nextToken- A pagination token, if more results are available.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -