JobRunSummary.Builder |
JobRunSummary.Builder.applicationId(String applicationId) |
The ID of the application the job is running on.
|
JobRunSummary.Builder |
JobRunSummary.Builder.arn(String arn) |
The ARN of the job run.
|
static JobRunSummary.Builder |
JobRunSummary.builder() |
|
JobRunSummary.Builder |
JobRunSummary.Builder.createdAt(Instant createdAt) |
The date and time when the job run was created.
|
JobRunSummary.Builder |
JobRunSummary.Builder.createdBy(String createdBy) |
The user who created the job run.
|
JobRunSummary.Builder |
JobRunSummary.Builder.executionRole(String executionRole) |
The execution role ARN of the job run.
|
JobRunSummary.Builder |
JobRunSummary.Builder.id(String id) |
The ID of the job run.
|
JobRunSummary.Builder |
JobRunSummary.Builder.name(String name) |
The optional job run name.
|
JobRunSummary.Builder |
JobRunSummary.Builder.releaseLabel(String releaseLabel) |
The Amazon EMR release associated with the application your job is running on.
|
JobRunSummary.Builder |
JobRunSummary.Builder.state(String state) |
The state of the job run.
|
JobRunSummary.Builder |
JobRunSummary.Builder.state(JobRunState state) |
The state of the job run.
|
JobRunSummary.Builder |
JobRunSummary.Builder.stateDetails(String stateDetails) |
The state details of the job run.
|
JobRunSummary.Builder |
JobRunSummary.toBuilder() |
|
JobRunSummary.Builder |
JobRunSummary.Builder.type(String type) |
The type of job run, such as Spark or Hive.
|
JobRunSummary.Builder |
JobRunSummary.Builder.updatedAt(Instant updatedAt) |
The date and time when the job run was last updated.
|