Interface TaskExecutionResultDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TaskExecutionResultDetail.Builder,,TaskExecutionResultDetail> SdkBuilder<TaskExecutionResultDetail.Builder,,TaskExecutionResultDetail> SdkPojo
- Enclosing class:
TaskExecutionResultDetail
-
Method Summary
Modifier and TypeMethodDescriptionAn error that DataSync encountered during your task execution.errorDetail(String errorDetail) The detailed description of an error that DataSync encountered during your task execution.prepareDuration(Long prepareDuration) The time in milliseconds that your task execution was in thePREPARINGstep.prepareStatus(String prepareStatus) The status of thePREPARINGstep for your task execution.prepareStatus(PhaseStatus prepareStatus) The status of thePREPARINGstep for your task execution.totalDuration(Long totalDuration) The time in milliseconds that your task execution ran.transferDuration(Long transferDuration) The time in milliseconds that your task execution was in theTRANSFERRINGstep.transferStatus(String transferStatus) The status of theTRANSFERRINGstep for your task execution.transferStatus(PhaseStatus transferStatus) The status of theTRANSFERRINGstep for your task execution.verifyDuration(Long verifyDuration) The time in milliseconds that your task execution was in theVERIFYINGstep.verifyStatus(String verifyStatus) The status of theVERIFYINGstep for your task execution.verifyStatus(PhaseStatus verifyStatus) The status of theVERIFYINGstep for your task execution.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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:
-
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:
-
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
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
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:
-
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:
-
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
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:
-
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:
-
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
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.
-