| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
JobRun.Builder |
JobRun.Builder.applicationId(String applicationId)
The ID of the application the job is running on.
|
JobRun.Builder |
JobRun.Builder.arn(String arn)
The execution role ARN of the job run.
|
default JobRun.Builder |
JobRun.Builder.billedResourceUtilization(Consumer<ResourceUtilization.Builder> billedResourceUtilization)
The aggregate vCPU, memory, and storage that Amazon Web Services has billed for the job run.
|
JobRun.Builder |
JobRun.Builder.billedResourceUtilization(ResourceUtilization billedResourceUtilization)
The aggregate vCPU, memory, and storage that Amazon Web Services has billed for the job run.
|
static JobRun.Builder |
JobRun.builder() |
JobRun.Builder |
JobRun.Builder.configurationOverrides(ConfigurationOverrides configurationOverrides)
The configuration settings that are used to override default configuration.
|
default JobRun.Builder |
JobRun.Builder.configurationOverrides(Consumer<ConfigurationOverrides.Builder> configurationOverrides)
The configuration settings that are used to override default configuration.
|
JobRun.Builder |
JobRun.Builder.createdAt(Instant createdAt)
The date and time when the job run was created.
|
JobRun.Builder |
JobRun.Builder.createdBy(String createdBy)
The user who created the job run.
|
JobRun.Builder |
JobRun.Builder.executionRole(String executionRole)
The execution role ARN of the job run.
|
JobRun.Builder |
JobRun.Builder.executionTimeoutMinutes(Long executionTimeoutMinutes)
Returns the job run timeout value from the
StartJobRun call. |
default JobRun.Builder |
JobRun.Builder.jobDriver(Consumer<JobDriver.Builder> jobDriver)
The job driver for the job run.
|
JobRun.Builder |
JobRun.Builder.jobDriver(JobDriver jobDriver)
The job driver for the job run.
|
JobRun.Builder |
JobRun.Builder.jobRunId(String jobRunId)
The ID of the job run.
|
JobRun.Builder |
JobRun.Builder.name(String name)
The optional job run name.
|
default JobRun.Builder |
JobRun.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration)
Sets the value of the NetworkConfiguration property for this object.
|
JobRun.Builder |
JobRun.Builder.networkConfiguration(NetworkConfiguration networkConfiguration)
Sets the value of the NetworkConfiguration property for this object.
|
JobRun.Builder |
JobRun.Builder.releaseLabel(String releaseLabel)
The Amazon EMR release associated with the application your job is running on.
|
JobRun.Builder |
JobRun.Builder.state(JobRunState state)
The state of the job run.
|
JobRun.Builder |
JobRun.Builder.state(String state)
The state of the job run.
|
JobRun.Builder |
JobRun.Builder.stateDetails(String stateDetails)
The state details of the job run.
|
JobRun.Builder |
JobRun.Builder.tags(Map<String,String> tags)
The tags assigned to the job run.
|
JobRun.Builder |
JobRun.toBuilder() |
JobRun.Builder |
JobRun.Builder.totalExecutionDurationSeconds(Integer totalExecutionDurationSeconds)
The job run total execution duration in seconds.
|
default JobRun.Builder |
JobRun.Builder.totalResourceUtilization(Consumer<TotalResourceUtilization.Builder> totalResourceUtilization)
The aggregate vCPU, memory, and storage resources used from the time the job starts to execute, until the
time the job terminates, rounded up to the nearest second.
|
JobRun.Builder |
JobRun.Builder.totalResourceUtilization(TotalResourceUtilization totalResourceUtilization)
The aggregate vCPU, memory, and storage resources used from the time the job starts to execute, until the
time the job terminates, rounded up to the nearest second.
|
JobRun.Builder |
JobRun.Builder.updatedAt(Instant updatedAt)
The date and time when the job run was updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobRun.Builder> |
JobRun.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetJobRunResponse.Builder |
GetJobRunResponse.Builder.jobRun(Consumer<JobRun.Builder> jobRun)
The output displays information about the job run.
|
Copyright © 2023. All rights reserved.