public static interface GetMlTaskRunResponse.Builder extends GlueResponse.Builder, SdkPojo, CopyableBuilder<GetMlTaskRunResponse.Builder,GetMlTaskRunResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMlTaskRunResponse.Builder |
completedOn(Instant completedOn)
The date and time when this task run was completed.
|
GetMlTaskRunResponse.Builder |
errorString(String errorString)
The error strings that are associated with the task run.
|
GetMlTaskRunResponse.Builder |
executionTime(Integer executionTime)
The amount of time (in seconds) that the task run consumed resources.
|
GetMlTaskRunResponse.Builder |
lastModifiedOn(Instant lastModifiedOn)
The date and time when this task run was last modified.
|
GetMlTaskRunResponse.Builder |
logGroupName(String logGroupName)
The names of the log groups that are associated with the task run.
|
default GetMlTaskRunResponse.Builder |
properties(Consumer<TaskRunProperties.Builder> properties)
The list of properties that are associated with the task run.
|
GetMlTaskRunResponse.Builder |
properties(TaskRunProperties properties)
The list of properties that are associated with the task run.
|
GetMlTaskRunResponse.Builder |
startedOn(Instant startedOn)
The date and time when this task run started.
|
GetMlTaskRunResponse.Builder |
status(String status)
The status for this task run.
|
GetMlTaskRunResponse.Builder |
status(TaskStatusType status)
The status for this task run.
|
GetMlTaskRunResponse.Builder |
taskRunId(String taskRunId)
The unique run identifier associated with this run.
|
GetMlTaskRunResponse.Builder |
transformId(String transformId)
The unique identifier of the task run.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMlTaskRunResponse.Builder transformId(String transformId)
The unique identifier of the task run.
transformId - The unique identifier of the task run.GetMlTaskRunResponse.Builder taskRunId(String taskRunId)
The unique run identifier associated with this run.
taskRunId - The unique run identifier associated with this run.GetMlTaskRunResponse.Builder status(String status)
The status for this task run.
status - The status for this task run.TaskStatusType,
TaskStatusTypeGetMlTaskRunResponse.Builder status(TaskStatusType status)
The status for this task run.
status - The status for this task run.TaskStatusType,
TaskStatusTypeGetMlTaskRunResponse.Builder logGroupName(String logGroupName)
The names of the log groups that are associated with the task run.
logGroupName - The names of the log groups that are associated with the task run.GetMlTaskRunResponse.Builder properties(TaskRunProperties properties)
The list of properties that are associated with the task run.
properties - The list of properties that are associated with the task run.default GetMlTaskRunResponse.Builder properties(Consumer<TaskRunProperties.Builder> properties)
The list of properties that are associated with the 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)GetMlTaskRunResponse.Builder errorString(String errorString)
The error strings that are associated with the task run.
errorString - The error strings that are associated with the task run.GetMlTaskRunResponse.Builder startedOn(Instant startedOn)
The date and time when this task run started.
startedOn - The date and time when this task run started.GetMlTaskRunResponse.Builder lastModifiedOn(Instant lastModifiedOn)
The date and time when this task run was last modified.
lastModifiedOn - The date and time when this task run was last modified.GetMlTaskRunResponse.Builder completedOn(Instant completedOn)
The date and time when this task run was completed.
completedOn - The date and time when this task run was completed.GetMlTaskRunResponse.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.