Interface GetMlTaskRunsResponse.Builder

    • Method Detail

      • taskRuns

        GetMlTaskRunsResponse.Builder taskRuns​(Collection<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

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