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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMlTaskRunsResponse.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 method that creates an instance of theTaskRun.Builder avoiding the need to create one manually
via TaskRun.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #taskRuns(List.
taskRuns - a consumer that will call methods on
TaskRun.Builder#taskRuns(java.util.Collection) GetMlTaskRunsResponse.Builder nextToken(String nextToken)
A pagination token, if more results are available.
nextToken - A pagination token, if more results are available.Copyright © 2023. All rights reserved.