| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.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 |
GetJobRunResult.getJobRun()
The output displays information about the job run.
|
JobRun |
JobRun.withApplicationId(String applicationId)
The ID of the application the job is running on.
|
JobRun |
JobRun.withArn(String arn)
The execution role ARN of the 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.withExecutionRole(String executionRole)
The execution role ARN of the job run.
|
JobRun |
JobRun.withJobDriver(JobDriver jobDriver)
The job driver for the job run.
|
JobRun |
JobRun.withJobRunId(String jobRunId)
The ID of the job run.
|
JobRun |
JobRun.withName(String name)
The optional job run name.
|
JobRun |
JobRun.withNetworkConfiguration(NetworkConfiguration networkConfiguration) |
JobRun |
JobRun.withReleaseLabel(String releaseLabel)
The EMR release associated with the application your job is running on.
|
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)
The state details of the job run.
|
JobRun |
JobRun.withTags(Map<String,String> tags)
The tags assigned to the job run.
|
JobRun |
JobRun.withTotalExecutionDurationSeconds(Integer totalExecutionDurationSeconds)
The job run total execution duration in seconds.
|
JobRun |
JobRun.withTotalResourceUtilization(TotalResourceUtilization totalResourceUtilization)
The aggregate vCPU, memory, and storage resources used from the time job start executing till the time job is
terminated, rounded up to the nearest second.
|
JobRun |
JobRun.withUpdatedAt(Date updatedAt)
The date and time when the job run was updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetJobRunResult.setJobRun(JobRun jobRun)
The output displays information about the job run.
|
GetJobRunResult |
GetJobRunResult.withJobRun(JobRun jobRun)
The output displays information about the job run.
|
Copyright © 2023. All rights reserved.