public static interface TaskRun.Builder extends SdkPojo, CopyableBuilder<TaskRun.Builder,TaskRun>
| Modifier and Type | Method and Description |
|---|---|
TaskRun.Builder |
completedOn(Instant completedOn)
The last point in time that the requested task run was completed.
|
TaskRun.Builder |
errorString(String errorString)
The list of error strings associated with this task run.
|
TaskRun.Builder |
executionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
|
TaskRun.Builder |
lastModifiedOn(Instant lastModifiedOn)
The last point in time that the requested task run was updated.
|
TaskRun.Builder |
logGroupName(String logGroupName)
The names of the log group for secure logging, associated with this task run.
|
default TaskRun.Builder |
properties(Consumer<TaskRunProperties.Builder> properties)
Specifies configuration properties associated with this task run.
|
TaskRun.Builder |
properties(TaskRunProperties properties)
Specifies configuration properties associated with this task run.
|
TaskRun.Builder |
startedOn(Instant startedOn)
The date and time that this task run started.
|
TaskRun.Builder |
status(String status)
The current status of the requested task run.
|
TaskRun.Builder |
status(TaskStatusType status)
The current status of the requested task run.
|
TaskRun.Builder |
taskRunId(String taskRunId)
The unique identifier for this task run.
|
TaskRun.Builder |
transformId(String transformId)
The unique identifier for the transform.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTaskRun.Builder transformId(String transformId)
The unique identifier for the transform.
transformId - The unique identifier for the transform.TaskRun.Builder taskRunId(String taskRunId)
The unique identifier for this task run.
taskRunId - The unique identifier for this task run.TaskRun.Builder status(String status)
The current status of the requested task run.
status - The current status of the requested task run.TaskStatusType,
TaskStatusTypeTaskRun.Builder status(TaskStatusType status)
The current status of the requested task run.
status - The current status of the requested task run.TaskStatusType,
TaskStatusTypeTaskRun.Builder logGroupName(String logGroupName)
The names of the log group for secure logging, associated with this task run.
logGroupName - The names of the log group for secure logging, associated with this task run.TaskRun.Builder properties(TaskRunProperties properties)
Specifies configuration properties associated with this task run.
properties - Specifies configuration properties associated with this task run.default TaskRun.Builder properties(Consumer<TaskRunProperties.Builder> properties)
Specifies configuration properties associated with this task run.
This is a convenience method that creates an instance of theTaskRunProperties.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).
properties - a consumer that will call methods on TaskRunProperties.Builderproperties(TaskRunProperties)TaskRun.Builder errorString(String errorString)
The list of error strings associated with this task run.
errorString - The list of error strings associated with this task run.TaskRun.Builder startedOn(Instant startedOn)
The date and time that this task run started.
startedOn - The date and time that this task run started.TaskRun.Builder lastModifiedOn(Instant lastModifiedOn)
The last point in time that the requested task run was updated.
lastModifiedOn - The last point in time that the requested task run was updated.TaskRun.Builder completedOn(Instant completedOn)
The last point in time that the requested task run was completed.
completedOn - The last point in time that the requested task run was completed.TaskRun.Builder executionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
executionTime - The amount of time (in seconds) that the task run consumed resources.Copyright © 2023. All rights reserved.