JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.applicationId(String applicationId) |
The ID of the application the job is running on.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the job run.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.attempt(Integer attempt) |
The attempt number of the job run execution.
|
static JobRunAttemptSummary.Builder |
JobRunAttemptSummary.builder() |
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.createdAt(Instant createdAt) |
The date and time when the job run attempt was created.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.createdBy(String createdBy) |
The user who created the job run.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.executionRole(String executionRole) |
The Amazon Resource Name (ARN) of the execution role of the job run..
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.id(String id) |
The ID of the job run attempt.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.jobCreatedAt(Instant jobCreatedAt) |
The date and time of when the job run was created.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.mode(String mode) |
The mode of the job run attempt.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.mode(JobRunMode mode) |
The mode of the job run attempt.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.name(String name) |
The name of the job run attempt.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.releaseLabel(String releaseLabel) |
The Amazon EMR release label of the job run attempt.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.state(String state) |
The state of the job run attempt.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.state(JobRunState state) |
The state of the job run attempt.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.stateDetails(String stateDetails) |
The state details of the job run attempt.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.toBuilder() |
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.type(String type) |
The type of the job run, such as Spark or Hive.
|
JobRunAttemptSummary.Builder |
JobRunAttemptSummary.Builder.updatedAt(Instant updatedAt) |
The date and time of when the job run attempt was last updated.
|