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 0 to 100 percent.
|
ExecutionDetails.Builder |
summary(String summary)
The summary of the current status of the actions.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExecutionDetails.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 0 to 100 percent.
percentComplete - The percentage of work completed on the action, represented on a scale of 0 to 100 percent.Copyright © 2023. All rights reserved.