Interface ExecutionDetails.Builder

  • Method Details

    • summary

      ExecutionDetails.Builder summary(String 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

      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 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

      ExecutionDetails.Builder percentComplete(Integer 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.