public static interface Job.Builder extends CopyableBuilder<Job.Builder,Job>
| Modifier and Type | Method and Description |
|---|---|
Job.Builder |
creationDate(Instant creationDate)
Sets the value of the CreationDate property for this object.
|
Job.Builder |
isCanceled(Boolean isCanceled)
Sets the value of the IsCanceled property for this object.
|
Job.Builder |
jobId(String jobId)
Sets the value of the JobId property for this object.
|
Job.Builder |
jobType(JobType jobType)
Sets the value of the JobType property for this object.
|
Job.Builder |
jobType(String jobType)
Sets the value of the JobType property for this object.
|
copyapply, buildJob.Builder jobId(String jobId)
jobId - The new value for the JobId property for this object.Job.Builder creationDate(Instant creationDate)
creationDate - The new value for the CreationDate property for this object.Job.Builder isCanceled(Boolean isCanceled)
isCanceled - The new value for the IsCanceled property for this object.Job.Builder jobType(String jobType)
Job.Builder jobType(JobType jobType)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.