| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrserverless |
Amazon EMR Serverless is a new deployment option for Amazon EMR.
|
| software.amazon.awssdk.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartJobRunResponse> |
EmrServerlessAsyncClient.startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest)
Starts a job run.
|
default StartJobRunResponse |
EmrServerlessClient.startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest)
Starts a job run.
|
| Modifier and Type | Method and Description |
|---|---|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.applicationId(String applicationId)
The ID of the application on which to run the job.
|
static StartJobRunRequest.Builder |
StartJobRunRequest.builder() |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.clientToken(String clientToken)
The client idempotency token of the job run to start.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.configurationOverrides(ConfigurationOverrides configurationOverrides)
The configuration overrides for the job run.
|
default StartJobRunRequest.Builder |
StartJobRunRequest.Builder.configurationOverrides(Consumer<ConfigurationOverrides.Builder> configurationOverrides)
The configuration overrides for the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.executionRoleArn(String executionRoleArn)
The execution role ARN for the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.executionTimeoutMinutes(Long executionTimeoutMinutes)
The maximum duration for the job run to run.
|
default StartJobRunRequest.Builder |
StartJobRunRequest.Builder.jobDriver(Consumer<JobDriver.Builder> jobDriver)
The job driver for the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.jobDriver(JobDriver jobDriver)
The job driver for the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.name(String name)
The optional job run name.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.tags(Map<String,String> tags)
The tags assigned to the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartJobRunRequest.Builder> |
StartJobRunRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.