withStatus method

Implementation

DeployAttemptBuilder withStatus(final DeployProgressStatus status) {
  _status = status;
  return this;
}