Interface ExecutionDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ExecutionDetails.Builder,
,ExecutionDetails> SdkBuilder<ExecutionDetails.Builder,
,ExecutionDetails> SdkPojo
- Enclosing class:
ExecutionDetails
@Mutable
@NotThreadSafe
public static interface ExecutionDetails.Builder
extends SdkPojo, CopyableBuilder<ExecutionDetails.Builder,ExecutionDetails>
-
Method Summary
Modifier and TypeMethodDescriptionexternalExecutionId
(String externalExecutionId) The system-generated unique ID of this action used to identify this job worker in any external systems, such as CodeDeploy.percentComplete
(Integer percentComplete) The percentage of work completed on the action, represented on a scale of 0 to 100 percent.The summary of the current status of the actions.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
-
summary
The summary of the current status of the actions.
- Parameters:
summary
- The summary of the current status of the actions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
externalExecutionId
The system-generated unique ID of this action used to identify this job worker in any external systems, such as CodeDeploy.
- Parameters:
externalExecutionId
- The system-generated unique ID of this action used to identify this job worker in any external systems, such as CodeDeploy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
percentComplete
The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
- Parameters:
percentComplete
- The percentage of work completed on the action, represented on a scale of 0 to 100 percent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-