public static interface GetMlTaskRunsResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetMlTaskRunsResponse.Builder,GetMlTaskRunsResponse>
Modifier and Type | Method and Description |
---|---|
GetMlTaskRunsResponse.Builder |
nextToken(String nextToken)
A pagination token, if more results are available.
|
GetMlTaskRunsResponse.Builder |
taskRuns(Collection<TaskRun> taskRuns)
A list of task runs that are associated with the transform.
|
GetMlTaskRunsResponse.Builder |
taskRuns(Consumer<TaskRun.Builder>... taskRuns)
A list of task runs that are associated with the transform.
|
GetMlTaskRunsResponse.Builder |
taskRuns(TaskRun... taskRuns)
A list of task runs that are associated with the transform.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetMlTaskRunsResponse.Builder taskRuns(Collection<TaskRun> taskRuns)
A list of task runs that are associated with the transform.
taskRuns
- A list of task runs that are associated with the transform.GetMlTaskRunsResponse.Builder taskRuns(TaskRun... taskRuns)
A list of task runs that are associated with the transform.
taskRuns
- A list of task runs that are associated with the transform.GetMlTaskRunsResponse.Builder taskRuns(Consumer<TaskRun.Builder>... taskRuns)
A list of task runs that are associated with the transform.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #taskRuns(List)
.taskRuns
- a consumer that will call methods on List.Builder
#taskRuns(List)
GetMlTaskRunsResponse.Builder nextToken(String nextToken)
A pagination token, if more results are available.
nextToken
- A pagination token, if more results are available.Copyright © 2020. All rights reserved.