public static interface TaskExecutionResultDetail.Builder extends SdkPojo, CopyableBuilder<TaskExecutionResultDetail.Builder,TaskExecutionResultDetail>
Modifier and Type | Method and Description |
---|---|
TaskExecutionResultDetail.Builder |
errorCode(String errorCode)
Errors that AWS DataSync encountered during execution of the task.
|
TaskExecutionResultDetail.Builder |
errorDetail(String errorDetail)
Detailed description of an error that was encountered during the task execution.
|
TaskExecutionResultDetail.Builder |
prepareDuration(Long prepareDuration)
The total time in milliseconds that AWS DataSync spent in the PREPARING phase.
|
TaskExecutionResultDetail.Builder |
prepareStatus(PhaseStatus prepareStatus)
The status of the PREPARING phase.
|
TaskExecutionResultDetail.Builder |
prepareStatus(String prepareStatus)
The status of the PREPARING phase.
|
TaskExecutionResultDetail.Builder |
transferDuration(Long transferDuration)
The total time in milliseconds that AWS DataSync spent in the TRANSFERRING phase.
|
TaskExecutionResultDetail.Builder |
transferStatus(PhaseStatus transferStatus)
The status of the TRANSFERRING Phase.
|
TaskExecutionResultDetail.Builder |
transferStatus(String transferStatus)
The status of the TRANSFERRING Phase.
|
TaskExecutionResultDetail.Builder |
verifyDuration(Long verifyDuration)
The total time in milliseconds that AWS DataSync spent in the VERIFYING phase.
|
TaskExecutionResultDetail.Builder |
verifyStatus(PhaseStatus verifyStatus)
The status of the VERIFYING Phase.
|
TaskExecutionResultDetail.Builder |
verifyStatus(String verifyStatus)
The status of the VERIFYING Phase.
|
copy
applyMutation, build
TaskExecutionResultDetail.Builder prepareDuration(Long prepareDuration)
The total time in milliseconds that AWS DataSync spent in the PREPARING phase.
prepareDuration
- The total time in milliseconds that AWS DataSync spent in the PREPARING phase.TaskExecutionResultDetail.Builder prepareStatus(String prepareStatus)
The status of the PREPARING phase.
prepareStatus
- The status of the PREPARING phase.PhaseStatus
,
PhaseStatus
TaskExecutionResultDetail.Builder prepareStatus(PhaseStatus prepareStatus)
The status of the PREPARING phase.
prepareStatus
- The status of the PREPARING phase.PhaseStatus
,
PhaseStatus
TaskExecutionResultDetail.Builder transferDuration(Long transferDuration)
The total time in milliseconds that AWS DataSync spent in the TRANSFERRING phase.
transferDuration
- The total time in milliseconds that AWS DataSync spent in the TRANSFERRING phase.TaskExecutionResultDetail.Builder transferStatus(String transferStatus)
The status of the TRANSFERRING Phase.
transferStatus
- The status of the TRANSFERRING Phase.PhaseStatus
,
PhaseStatus
TaskExecutionResultDetail.Builder transferStatus(PhaseStatus transferStatus)
The status of the TRANSFERRING Phase.
transferStatus
- The status of the TRANSFERRING Phase.PhaseStatus
,
PhaseStatus
TaskExecutionResultDetail.Builder verifyDuration(Long verifyDuration)
The total time in milliseconds that AWS DataSync spent in the VERIFYING phase.
verifyDuration
- The total time in milliseconds that AWS DataSync spent in the VERIFYING phase.TaskExecutionResultDetail.Builder verifyStatus(String verifyStatus)
The status of the VERIFYING Phase.
verifyStatus
- The status of the VERIFYING Phase.PhaseStatus
,
PhaseStatus
TaskExecutionResultDetail.Builder verifyStatus(PhaseStatus verifyStatus)
The status of the VERIFYING Phase.
verifyStatus
- The status of the VERIFYING Phase.PhaseStatus
,
PhaseStatus
TaskExecutionResultDetail.Builder errorCode(String errorCode)
Errors that AWS DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.
errorCode
- Errors that AWS DataSync encountered during execution of the task. You can use this error code to help
troubleshoot issues.TaskExecutionResultDetail.Builder errorDetail(String errorDetail)
Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.
errorDetail
- Detailed description of an error that was encountered during the task execution. You can use this
information to help troubleshoot issues.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.