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