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 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

      GetMlTaskRunsResponse.Builder taskRuns(TaskRun... 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 the TaskRun.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<TaskRun>).

      Parameters:
      taskRuns - a consumer that will call methods on TaskRun.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      GetMlTaskRunsResponse.Builder nextToken(String 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.