withAttemptId method

DeployAttemptBuilder withAttemptId(
  1. UuidValue attemptId
)

Implementation

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