withAttemptId method

DeployAttemptBuilder withAttemptId(
  1. String attemptId
)

Implementation

DeployAttemptBuilder withAttemptId(final String attemptId) {
  _attemptId = attemptId;
  return this;
}