Job.Builder |
Job.Builder.arn(String arn) |
The ARN of a Job.
|
static Job.Builder |
Job.builder() |
|
Job.Builder |
Job.Builder.creationDateTime(String creationDateTime) |
The date and time of when the Job was created.
|
Job.Builder |
Job.Builder.endDateTime(String endDateTime) |
The date and time of when the Job ended.
|
Job.Builder |
Job.Builder.initiatedBy(String initiatedBy) |
A string representing who initiated the Job.
|
Job.Builder |
Job.Builder.initiatedBy(InitiatedBy initiatedBy) |
A string representing who initiated the Job.
|
Job.Builder |
Job.Builder.jobID(String jobID) |
The ID of the Job.
|
Job.Builder |
Job.Builder.participatingResources(Collection<ParticipatingResource> participatingResources) |
A list of resources that the Job is acting upon.
|
Job.Builder |
Job.Builder.participatingResources(Consumer<ParticipatingResource.Builder>... participatingResources) |
A list of resources that the Job is acting upon.
|
Job.Builder |
Job.Builder.participatingResources(ParticipatingResource... participatingResources) |
A list of resources that the Job is acting upon.
|
Job.Builder |
Job.Builder.participatingServers(Collection<ParticipatingServer> participatingServers) |
A list of servers that the Job is acting upon.
|
Job.Builder |
Job.Builder.participatingServers(Consumer<ParticipatingServer.Builder>... participatingServers) |
A list of servers that the Job is acting upon.
|
Job.Builder |
Job.Builder.participatingServers(ParticipatingServer... participatingServers) |
A list of servers that the Job is acting upon.
|
Job.Builder |
Job.Builder.status(String status) |
The status of the Job.
|
Job.Builder |
Job.Builder.status(JobStatus status) |
The status of the Job.
|
Job.Builder |
Job.Builder.tags(Map<String,String> tags) |
A list of tags associated with the Job.
|
Job.Builder |
Job.toBuilder() |
|
Job.Builder |
Job.Builder.type(String type) |
The type of the Job.
|
Job.Builder |
Job.Builder.type(JobType type) |
The type of the Job.
|