| Package | Description |
|---|---|
| com.amazonaws.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
JobRun |
JobRun.addTagsEntry(String key,
String value)
Add a single Tags entry
|
JobRun |
JobRun.clearTagsEntries()
Removes all the entries added into Tags.
|
JobRun |
JobRun.clone() |
JobRun |
DescribeJobRunResult.getJobRun()
The output displays information about a job run.
|
JobRun |
JobRun.withArn(String arn)
The ARN of job run.
|
JobRun |
JobRun.withClientToken(String clientToken)
The client token used to start a job run.
|
JobRun |
JobRun.withConfigurationOverrides(ConfigurationOverrides configurationOverrides)
The configuration settings that are used to override default configuration.
|
JobRun |
JobRun.withCreatedAt(Date createdAt)
The date and time when the job run was created.
|
JobRun |
JobRun.withCreatedBy(String createdBy)
The user who created the job run.
|
JobRun |
JobRun.withExecutionRoleArn(String executionRoleArn)
The execution role ARN of the job run.
|
JobRun |
JobRun.withFailureReason(FailureReason failureReason)
The reasons why the job run has failed.
|
JobRun |
JobRun.withFailureReason(String failureReason)
The reasons why the job run has failed.
|
JobRun |
JobRun.withFinishedAt(Date finishedAt)
The date and time when the job run has finished.
|
JobRun |
JobRun.withId(String id)
The ID of the job run.
|
JobRun |
JobRun.withJobDriver(JobDriver jobDriver)
Parameters of job driver for the job run.
|
JobRun |
JobRun.withName(String name)
The name of the job run.
|
JobRun |
JobRun.withReleaseLabel(String releaseLabel)
The release version of Amazon EMR.
|
JobRun |
JobRun.withRetryPolicyConfiguration(RetryPolicyConfiguration retryPolicyConfiguration)
The configuration of the retry policy that the job runs on.
|
JobRun |
JobRun.withRetryPolicyExecution(RetryPolicyExecution retryPolicyExecution)
The current status of the retry policy executed on the job.
|
JobRun |
JobRun.withState(JobRunState state)
The state of the job run.
|
JobRun |
JobRun.withState(String state)
The state of the job run.
|
JobRun |
JobRun.withStateDetails(String stateDetails)
Additional details of the job run state.
|
JobRun |
JobRun.withTags(Map<String,String> tags)
The assigned tags of the job run.
|
JobRun |
JobRun.withVirtualClusterId(String virtualClusterId)
The ID of the job run's virtual cluster.
|
| Modifier and Type | Method and Description |
|---|---|
List<JobRun> |
ListJobRunsResult.getJobRuns()
This output lists information about the specified job runs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeJobRunResult.setJobRun(JobRun jobRun)
The output displays information about a job run.
|
DescribeJobRunResult |
DescribeJobRunResult.withJobRun(JobRun jobRun)
The output displays information about a job run.
|
ListJobRunsResult |
ListJobRunsResult.withJobRuns(JobRun... jobRuns)
This output lists information about the specified job runs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListJobRunsResult.setJobRuns(Collection<JobRun> jobRuns)
This output lists information about the specified job runs.
|
ListJobRunsResult |
ListJobRunsResult.withJobRuns(Collection<JobRun> jobRuns)
This output lists information about the specified job runs.
|
Copyright © 2024. All rights reserved.