Interface TaskExecutionResultDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TaskExecutionResultDetail.Builder,
,TaskExecutionResultDetail> SdkBuilder<TaskExecutionResultDetail.Builder,
,TaskExecutionResultDetail> SdkPojo
- Enclosing class:
TaskExecutionResultDetail
-
Method Summary
Modifier and TypeMethodDescriptionErrors that DataSync encountered during execution of the task.errorDetail
(String errorDetail) Detailed description of an error that was encountered during the task execution.prepareDuration
(Long prepareDuration) The total time in milliseconds that DataSync spent in the PREPARING phase.prepareStatus
(String prepareStatus) The status of the PREPARING phase.prepareStatus
(PhaseStatus prepareStatus) The status of the PREPARING phase.totalDuration
(Long totalDuration) The total time in milliseconds that DataSync took to transfer the file from the source to the destination location.transferDuration
(Long transferDuration) The total time in milliseconds that DataSync spent in the TRANSFERRING phase.transferStatus
(String transferStatus) The status of the TRANSFERRING phase.transferStatus
(PhaseStatus transferStatus) The status of the TRANSFERRING phase.verifyDuration
(Long verifyDuration) The total time in milliseconds that DataSync spent in the VERIFYING phase.verifyStatus
(String verifyStatus) The status of the VERIFYING phase.verifyStatus
(PhaseStatus verifyStatus) The status of the VERIFYING phase.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, sdkFields
-
Method Details
-
prepareDuration
The total time in milliseconds that DataSync spent in the PREPARING phase.
- Parameters:
prepareDuration
- The total time in milliseconds that DataSync spent in the PREPARING phase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prepareStatus
The status of the PREPARING phase.
- Parameters:
prepareStatus
- The status of the PREPARING phase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
prepareStatus
The status of the PREPARING phase.
- Parameters:
prepareStatus
- The status of the PREPARING phase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
totalDuration
The total time in milliseconds that DataSync took to transfer the file from the source to the destination location.
- Parameters:
totalDuration
- The total time in milliseconds that DataSync took to transfer the file from the source to the destination location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transferDuration
The total time in milliseconds that DataSync spent in the TRANSFERRING phase.
- Parameters:
transferDuration
- The total time in milliseconds that DataSync spent in the TRANSFERRING phase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transferStatus
The status of the TRANSFERRING phase.
- Parameters:
transferStatus
- The status of the TRANSFERRING phase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
transferStatus
The status of the TRANSFERRING phase.
- Parameters:
transferStatus
- The status of the TRANSFERRING phase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
verifyDuration
The total time in milliseconds that DataSync spent in the VERIFYING phase.
- Parameters:
verifyDuration
- The total time in milliseconds that DataSync spent in the VERIFYING phase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
verifyStatus
The status of the VERIFYING phase.
- Parameters:
verifyStatus
- The status of the VERIFYING phase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
verifyStatus
The status of the VERIFYING phase.
- Parameters:
verifyStatus
- The status of the VERIFYING phase.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.
- Parameters:
errorCode
- Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorDetail
Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.
- Parameters:
errorDetail
- Detailed description of an error that was encountered during the 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.
-