Interface TaskExecutionResultDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TaskExecutionResultDetail.Builder,TaskExecutionResultDetail>,SdkBuilder<TaskExecutionResultDetail.Builder,TaskExecutionResultDetail>,SdkPojo
- Enclosing class:
- TaskExecutionResultDetail
public static interface TaskExecutionResultDetail.Builder extends SdkPojo, CopyableBuilder<TaskExecutionResultDetail.Builder,TaskExecutionResultDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TaskExecutionResultDetail.BuildererrorCode(String errorCode)An error that DataSync encountered during your task execution.TaskExecutionResultDetail.BuildererrorDetail(String errorDetail)The detailed description of an error that DataSync encountered during your task execution.TaskExecutionResultDetail.BuilderprepareDuration(Long prepareDuration)The time in milliseconds that your task execution was in thePREPARINGstep.TaskExecutionResultDetail.BuilderprepareStatus(String prepareStatus)The status of thePREPARINGstep for your task execution.TaskExecutionResultDetail.BuilderprepareStatus(PhaseStatus prepareStatus)The status of thePREPARINGstep for your task execution.TaskExecutionResultDetail.BuildertotalDuration(Long totalDuration)The time in milliseconds that your task execution ran.TaskExecutionResultDetail.BuildertransferDuration(Long transferDuration)The time in milliseconds that your task execution was in theTRANSFERRINGstep.TaskExecutionResultDetail.BuildertransferStatus(String transferStatus)The status of theTRANSFERRINGstep for your task execution.TaskExecutionResultDetail.BuildertransferStatus(PhaseStatus transferStatus)The status of theTRANSFERRINGstep for your task execution.TaskExecutionResultDetail.BuilderverifyDuration(Long verifyDuration)The time in milliseconds that your task execution was in theVERIFYINGstep.TaskExecutionResultDetail.BuilderverifyStatus(String verifyStatus)The status of theVERIFYINGstep for your task execution.TaskExecutionResultDetail.BuilderverifyStatus(PhaseStatus verifyStatus)The status of theVERIFYINGstep for your task execution.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
prepareDuration
TaskExecutionResultDetail.Builder prepareDuration(Long prepareDuration)
The time in milliseconds that your task execution was in the
PREPARINGstep. For more information, see Task execution statuses.For Enhanced mode tasks, the value is always
0. For more information, see How DataSync prepares your data transfer.- Parameters:
prepareDuration- The time in milliseconds that your task execution was in thePREPARINGstep. For more information, see Task execution statuses.For Enhanced mode tasks, the value is always
0. For more information, see How DataSync prepares your data transfer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prepareStatus
TaskExecutionResultDetail.Builder prepareStatus(String prepareStatus)
The status of the
PREPARINGstep for your task execution. For more information, see Task execution statuses.- Parameters:
prepareStatus- The status of thePREPARINGstep for your task execution. For more information, see Task execution statuses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PhaseStatus,PhaseStatus
-
prepareStatus
TaskExecutionResultDetail.Builder prepareStatus(PhaseStatus prepareStatus)
The status of the
PREPARINGstep for your task execution. For more information, see Task execution statuses.- Parameters:
prepareStatus- The status of thePREPARINGstep for your task execution. For more information, see Task execution statuses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PhaseStatus,PhaseStatus
-
totalDuration
TaskExecutionResultDetail.Builder totalDuration(Long totalDuration)
The time in milliseconds that your task execution ran.
- Parameters:
totalDuration- The time in milliseconds that your task execution ran.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transferDuration
TaskExecutionResultDetail.Builder transferDuration(Long transferDuration)
The time in milliseconds that your task execution was in the
TRANSFERRINGstep. For more information, see Task execution statuses.For Enhanced mode tasks, the value is always
0. For more information, see How DataSync transfers your data.- Parameters:
transferDuration- The time in milliseconds that your task execution was in theTRANSFERRINGstep. For more information, see Task execution statuses.For Enhanced mode tasks, the value is always
0. For more information, see How DataSync transfers your data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transferStatus
TaskExecutionResultDetail.Builder transferStatus(String transferStatus)
The status of the
TRANSFERRINGstep for your task execution. For more information, see Task execution statuses.- Parameters:
transferStatus- The status of theTRANSFERRINGstep for your task execution. For more information, see Task execution statuses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PhaseStatus,PhaseStatus
-
transferStatus
TaskExecutionResultDetail.Builder transferStatus(PhaseStatus transferStatus)
The status of the
TRANSFERRINGstep for your task execution. For more information, see Task execution statuses.- Parameters:
transferStatus- The status of theTRANSFERRINGstep for your task execution. For more information, see Task execution statuses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PhaseStatus,PhaseStatus
-
verifyDuration
TaskExecutionResultDetail.Builder verifyDuration(Long verifyDuration)
The time in milliseconds that your task execution was in the
VERIFYINGstep. For more information, see Task execution statuses.For Enhanced mode tasks, the value is always
0. For more information, see How DataSync verifies your data's integrity.- Parameters:
verifyDuration- The time in milliseconds that your task execution was in theVERIFYINGstep. For more information, see Task execution statuses.For Enhanced mode tasks, the value is always
0. For more information, see How DataSync verifies your data's integrity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verifyStatus
TaskExecutionResultDetail.Builder verifyStatus(String verifyStatus)
The status of the
VERIFYINGstep for your task execution. For more information, see Task execution statuses.- Parameters:
verifyStatus- The status of theVERIFYINGstep for your task execution. For more information, see Task execution statuses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PhaseStatus,PhaseStatus
-
verifyStatus
TaskExecutionResultDetail.Builder verifyStatus(PhaseStatus verifyStatus)
The status of the
VERIFYINGstep for your task execution. For more information, see Task execution statuses.- Parameters:
verifyStatus- The status of theVERIFYINGstep for your task execution. For more information, see Task execution statuses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
PhaseStatus,PhaseStatus
-
errorCode
TaskExecutionResultDetail.Builder errorCode(String errorCode)
An error that DataSync encountered during your task execution. You can use this information to help troubleshoot issues.
- Parameters:
errorCode- An error that DataSync encountered during your task execution. You can use this information to help troubleshoot issues.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDetail
TaskExecutionResultDetail.Builder errorDetail(String errorDetail)
The detailed description of an error that DataSync encountered during your task execution. You can use this information to help troubleshoot issues.
- Parameters:
errorDetail- The detailed description of an error that DataSync encountered during your task execution. You can use this information to help troubleshoot issues.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-