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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetMlTaskRunResponse.BuildercompletedOn(Instant completedOn)The date and time when this task run was completed.GetMlTaskRunResponse.BuildererrorString(String errorString)The error strings that are associated with the task run.GetMlTaskRunResponse.BuilderexecutionTime(Integer executionTime)The amount of time (in seconds) that the task run consumed resources.GetMlTaskRunResponse.BuilderlastModifiedOn(Instant lastModifiedOn)The date and time when this task run was last modified.GetMlTaskRunResponse.BuilderlogGroupName(String logGroupName)The names of the log groups that are associated with the task run.default GetMlTaskRunResponse.Builderproperties(Consumer<TaskRunProperties.Builder> properties)The list of properties that are associated with the task run.GetMlTaskRunResponse.Builderproperties(TaskRunProperties properties)The list of properties that are associated with the task run.GetMlTaskRunResponse.BuilderstartedOn(Instant startedOn)The date and time when this task run started.GetMlTaskRunResponse.Builderstatus(String status)The status for this task run.GetMlTaskRunResponse.Builderstatus(TaskStatusType status)The status for this task run.GetMlTaskRunResponse.BuildertaskRunId(String taskRunId)The unique run identifier associated with this run.GetMlTaskRunResponse.BuildertransformId(String transformId)The unique identifier of the task run.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glue.model.GlueResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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
GetMlTaskRunResponse.Builder status(String 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:
TaskStatusType,TaskStatusType
-
status
GetMlTaskRunResponse.Builder status(TaskStatusType 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:
TaskStatusType,TaskStatusType
-
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
GetMlTaskRunResponse.Builder properties(TaskRunProperties 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
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.Builderavoiding the need to create one manually viaTaskRunProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproperties(TaskRunProperties).- Parameters:
properties- a consumer that will call methods onTaskRunProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
properties(TaskRunProperties)
-
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.
-
-