public static interface ExecutionDetails.Builder extends SdkPojo, CopyableBuilder<ExecutionDetails.Builder,ExecutionDetails>
Modifier and Type | Method and Description |
---|---|
ExecutionDetails.Builder |
externalExecutionId(String externalExecutionId)
The system-generated unique ID of this action used to identify this job worker in any external systems, such
as AWS CodeDeploy.
|
ExecutionDetails.Builder |
percentComplete(Integer percentComplete)
The percentage of work completed on the action, represented on a scale of zero to one hundred percent.
|
ExecutionDetails.Builder |
summary(String summary)
The summary of the current status of the actions.
|
copy
applyMutation, build
ExecutionDetails.Builder summary(String summary)
The summary of the current status of the actions.
summary
- The summary of the current status of the actions.ExecutionDetails.Builder externalExecutionId(String externalExecutionId)
The system-generated unique ID of this action used to identify this job worker in any external systems, such as AWS CodeDeploy.
externalExecutionId
- The system-generated unique ID of this action used to identify this job worker in any external
systems, such as AWS CodeDeploy.ExecutionDetails.Builder percentComplete(Integer percentComplete)
The percentage of work completed on the action, represented on a scale of zero to one hundred percent.
percentComplete
- The percentage of work completed on the action, represented on a scale of zero to one hundred percent.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.