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 thePREPARING
step.prepareStatus
(String prepareStatus) The status of thePREPARING
step for your task execution.prepareStatus
(PhaseStatus prepareStatus) The status of thePREPARING
step 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 theTRANSFERRING
step.transferStatus
(String transferStatus) The status of theTRANSFERRING
step for your task execution.transferStatus
(PhaseStatus transferStatus) The status of theTRANSFERRING
step for your task execution.verifyDuration
(Long verifyDuration) The time in milliseconds that your task execution was in theVERIFYING
step.verifyStatus
(String verifyStatus) The status of theVERIFYING
step for your task execution.verifyStatus
(PhaseStatus verifyStatus) The status of theVERIFYING
step 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 Details
-
prepareDuration
The time in milliseconds that your task execution was in the
PREPARING
step. 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 thePREPARING
step. 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
PREPARING
step for your task execution. For more information, see Task execution statuses.- Parameters:
prepareStatus
- The status of thePREPARING
step 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
PREPARING
step for your task execution. For more information, see Task execution statuses.- Parameters:
prepareStatus
- The status of thePREPARING
step 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
TRANSFERRING
step. 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 theTRANSFERRING
step. 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
TRANSFERRING
step for your task execution. For more information, see Task execution statuses.- Parameters:
transferStatus
- The status of theTRANSFERRING
step 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
TRANSFERRING
step for your task execution. For more information, see Task execution statuses.- Parameters:
transferStatus
- The status of theTRANSFERRING
step 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
VERIFYING
step. 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 theVERIFYING
step. 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
VERIFYING
step for your task execution. For more information, see Task execution statuses.- Parameters:
verifyStatus
- The status of theVERIFYING
step 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
VERIFYING
step for your task execution. For more information, see Task execution statuses.- Parameters:
verifyStatus
- The status of theVERIFYING
step 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.
-