| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
JobRunAttemptSummary |
JobRunAttemptSummary.clone() |
JobRunAttemptSummary |
JobRunAttemptSummary.withApplicationId(String applicationId)
The ID of the application the job is running on.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the job run.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withAttempt(Integer attempt)
The attempt number of the job run execution.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withCreatedAt(Date createdAt)
The date and time when the job run attempt was created.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withCreatedBy(String createdBy)
The user who created the job run.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withExecutionRole(String executionRole)
The Amazon Resource Name (ARN) of the execution role of the job run..
|
JobRunAttemptSummary |
JobRunAttemptSummary.withId(String id)
The ID of the job run attempt.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withJobCreatedAt(Date jobCreatedAt)
The date and time of when the job run was created.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withMode(JobRunMode mode)
The mode of the job run attempt.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withMode(String mode)
The mode of the job run attempt.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withName(String name)
The name of the job run attempt.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withReleaseLabel(String releaseLabel)
The Amazon EMR release label of the job run attempt.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withState(JobRunState state)
The state of the job run attempt.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withState(String state)
The state of the job run attempt.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withStateDetails(String stateDetails)
The state details of the job run attempt.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withType(String type)
The type of the job run, such as Spark or Hive.
|
JobRunAttemptSummary |
JobRunAttemptSummary.withUpdatedAt(Date updatedAt)
The date and time of when the job run attempt was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobRunAttemptSummary> |
ListJobRunAttemptsResult.getJobRunAttempts()
The array of the listed job run attempt objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListJobRunAttemptsResult |
ListJobRunAttemptsResult.withJobRunAttempts(JobRunAttemptSummary... jobRunAttempts)
The array of the listed job run attempt objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobRunAttemptsResult.setJobRunAttempts(Collection<JobRunAttemptSummary> jobRunAttempts)
The array of the listed job run attempt objects.
|
ListJobRunAttemptsResult |
ListJobRunAttemptsResult.withJobRunAttempts(Collection<JobRunAttemptSummary> jobRunAttempts)
The array of the listed job run attempt objects.
|
Copyright © 2024. All rights reserved.