| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
JobRunSummary |
JobRunSummary.clone() |
JobRunSummary |
JobRunSummary.withApplicationId(String applicationId)
The ID of the application the job is running on.
|
JobRunSummary |
JobRunSummary.withArn(String arn)
The ARN of the job run.
|
JobRunSummary |
JobRunSummary.withAttempt(Integer attempt)
The attempt number of the job run execution.
|
JobRunSummary |
JobRunSummary.withAttemptCreatedAt(Date attemptCreatedAt)
The date and time of when the job run attempt was created.
|
JobRunSummary |
JobRunSummary.withAttemptUpdatedAt(Date attemptUpdatedAt)
The date and time of when the job run attempt was last updated.
|
JobRunSummary |
JobRunSummary.withCreatedAt(Date createdAt)
The date and time when the job run was created.
|
JobRunSummary |
JobRunSummary.withCreatedBy(String createdBy)
The user who created the job run.
|
JobRunSummary |
JobRunSummary.withExecutionRole(String executionRole)
The execution role ARN of the job run.
|
JobRunSummary |
JobRunSummary.withId(String id)
The ID of the job run.
|
JobRunSummary |
JobRunSummary.withMode(JobRunMode mode)
The mode of the job run.
|
JobRunSummary |
JobRunSummary.withMode(String mode)
The mode of the job run.
|
JobRunSummary |
JobRunSummary.withName(String name)
The optional job run name.
|
JobRunSummary |
JobRunSummary.withReleaseLabel(String releaseLabel)
The Amazon EMR release associated with the application your job is running on.
|
JobRunSummary |
JobRunSummary.withState(JobRunState state)
The state of the job run.
|
JobRunSummary |
JobRunSummary.withState(String state)
The state of the job run.
|
JobRunSummary |
JobRunSummary.withStateDetails(String stateDetails)
The state details of the job run.
|
JobRunSummary |
JobRunSummary.withType(String type)
The type of job run, such as Spark or Hive.
|
JobRunSummary |
JobRunSummary.withUpdatedAt(Date updatedAt)
The date and time when the job run was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobRunSummary> |
ListJobRunsResult.getJobRuns()
The output lists information about the specified job runs.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobRunsResult |
ListJobRunsResult.withJobRuns(JobRunSummary... jobRuns)
The output lists information about the specified job runs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobRunsResult.setJobRuns(Collection<JobRunSummary> jobRuns)
The output lists information about the specified job runs.
|
ListJobRunsResult |
ListJobRunsResult.withJobRuns(Collection<JobRunSummary> jobRuns)
The output lists information about the specified job runs.
|
Copyright © 2024. All rights reserved.