Interface GetMlTaskRunResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<GetMlTaskRunResponse.Builder,GetMlTaskRunResponse>, GlueResponse.Builder, SdkBuilder<GetMlTaskRunResponse.Builder,GetMlTaskRunResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
GetMlTaskRunResponse

public static interface GetMlTaskRunResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetMlTaskRunResponse.Builder,GetMlTaskRunResponse>
  • Method Details

    • transformId

      GetMlTaskRunResponse.Builder transformId(String transformId)

      The unique identifier of the task run.

      Parameters:
      transformId - The unique identifier of the task run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • taskRunId

      GetMlTaskRunResponse.Builder taskRunId(String taskRunId)

      The unique run identifier associated with this run.

      Parameters:
      taskRunId - The unique run identifier associated with this run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status for this task run.

      Parameters:
      status - The status for this task run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status for this task run.

      Parameters:
      status - The status for this task run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • logGroupName

      GetMlTaskRunResponse.Builder logGroupName(String logGroupName)

      The names of the log groups that are associated with the task run.

      Parameters:
      logGroupName - The names of the log groups that are associated with the task run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • properties

      The list of properties that are associated with the task run.

      Parameters:
      properties - The list of properties that are associated with the task run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • properties

      The list of properties that are associated with the task run.

      This is a convenience method that creates an instance of the TaskRunProperties.Builder avoiding the need to create one manually via TaskRunProperties.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to properties(TaskRunProperties).

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

      GetMlTaskRunResponse.Builder errorString(String errorString)

      The error strings that are associated with the task run.

      Parameters:
      errorString - The error strings that are associated with the task run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startedOn

      GetMlTaskRunResponse.Builder startedOn(Instant startedOn)

      The date and time when this task run started.

      Parameters:
      startedOn - The date and time when this task run started.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedOn

      GetMlTaskRunResponse.Builder lastModifiedOn(Instant lastModifiedOn)

      The date and time when this task run was last modified.

      Parameters:
      lastModifiedOn - The date and time when this task run was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completedOn

      GetMlTaskRunResponse.Builder completedOn(Instant completedOn)

      The date and time when this task run was completed.

      Parameters:
      completedOn - The date and time when this task run was completed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionTime

      GetMlTaskRunResponse.Builder executionTime(Integer executionTime)

      The amount of time (in seconds) that the task run consumed resources.

      Parameters:
      executionTime - The amount of time (in seconds) that the task run consumed resources.
      Returns:
      Returns a reference to this object so that method calls can be chained together.