Interface GetTaskResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetTaskResponse.Builder,
,GetTaskResponse> DeadlineResponse.Builder
,SdkBuilder<GetTaskResponse.Builder,
,GetTaskResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetTaskResponse
@Mutable
@NotThreadSafe
public static interface GetTaskResponse.Builder
extends DeadlineResponse.Builder, SdkPojo, CopyableBuilder<GetTaskResponse.Builder,GetTaskResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the resource was created.The user or system that created this resource.The date and time the resource ended running.failureRetryCount
(Integer failureRetryCount) The number of times that the task failed and was retried.latestSessionActionId
(String latestSessionActionId) The latest session ID for the task.parameters
(Map<String, TaskParameterValue> parameters) The parameters for the task.The run status for the task.runStatus
(TaskRunStatus runStatus) The run status for the task.The date and time the resource started running.targetRunStatus
(String targetRunStatus) The run status with which to start the task.targetRunStatus
(TaskTargetRunStatus targetRunStatus) The run status with which to start the task.The task ID.The date and time the resource was updated.The user or system that updated this resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.deadline.model.DeadlineResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
taskId
The task ID.
- Parameters:
taskId
- The task ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the resource was created.
- Parameters:
createdAt
- The date and time the resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The user or system that created this resource.
- Parameters:
createdBy
- The user or system that created this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runStatus
The run status for the task.
- Parameters:
runStatus
- The run status for the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
runStatus
The run status for the task.
- Parameters:
runStatus
- The run status for the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetRunStatus
The run status with which to start the task.
- Parameters:
targetRunStatus
- The run status with which to start the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
targetRunStatus
The run status with which to start the task.
- Parameters:
targetRunStatus
- The run status with which to start the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureRetryCount
The number of times that the task failed and was retried.
- Parameters:
failureRetryCount
- The number of times that the task failed and was retried.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
The parameters for the task.
- Parameters:
parameters
- The parameters for the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startedAt
The date and time the resource started running.
- Parameters:
startedAt
- The date and time the resource started running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endedAt
The date and time the resource ended running.
- Parameters:
endedAt
- The date and time the resource ended running.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the resource was updated.
- Parameters:
updatedAt
- The date and time the resource was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
The user or system that updated this resource.
- Parameters:
updatedBy
- The user or system that updated this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestSessionActionId
The latest session ID for the task.
- Parameters:
latestSessionActionId
- The latest session ID for the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-