| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrcontainers |
Amazon EMR on EKS provides a deployment option for Amazon EMR that allows you to run open-source big data frameworks
on Amazon Elastic Kubernetes Service (Amazon EKS).
|
| software.amazon.awssdk.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
default StartJobRunResponse |
EmrContainersClient.startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest)
Starts a job run.
|
default CompletableFuture<StartJobRunResponse> |
EmrContainersAsyncClient.startJobRun(Consumer<StartJobRunRequest.Builder> startJobRunRequest)
Starts a job run.
|
| Modifier and Type | Method and Description |
|---|---|
static StartJobRunRequest.Builder |
StartJobRunRequest.builder() |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.clientToken(String clientToken)
The client idempotency token of the job run request.
|
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.
|
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.jobTemplateId(String jobTemplateId)
The job template ID to be used to start the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.jobTemplateParameters(Map<String,String> jobTemplateParameters)
The values of job template parameters to start a job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.name(String name)
The name of the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.releaseLabel(String releaseLabel)
The Amazon EMR release version to use for the job run.
|
default StartJobRunRequest.Builder |
StartJobRunRequest.Builder.retryPolicyConfiguration(Consumer<RetryPolicyConfiguration.Builder> retryPolicyConfiguration)
The retry policy configuration for the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.retryPolicyConfiguration(RetryPolicyConfiguration retryPolicyConfiguration)
The retry policy configuration for the job run.
|
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.tags(Map<String,String> tags)
The tags assigned to job runs.
|
StartJobRunRequest.Builder |
StartJobRunRequest.toBuilder() |
StartJobRunRequest.Builder |
StartJobRunRequest.Builder.virtualClusterId(String virtualClusterId)
The virtual cluster ID for which the job run request is submitted.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartJobRunRequest.Builder> |
StartJobRunRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.