| Package | Description |
|---|---|
| com.amazonaws.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).
|
| com.amazonaws.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartJobRunResult> |
AbstractAmazonEMRContainersAsync.startJobRunAsync(StartJobRunRequest request,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler) |
Future<StartJobRunResult> |
AmazonEMRContainersAsyncClient.startJobRunAsync(StartJobRunRequest request,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler) |
Future<StartJobRunResult> |
AmazonEMRContainersAsync.startJobRunAsync(StartJobRunRequest startJobRunRequest,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler)
Starts a job run.
|
| Modifier and Type | Method and Description |
|---|---|
StartJobRunRequest |
StartJobRunRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StartJobRunRequest |
StartJobRunRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
StartJobRunRequest |
StartJobRunRequest.clone() |
StartJobRunRequest |
StartJobRunRequest.withClientToken(String clientToken)
The client idempotency token of the job run request.
|
StartJobRunRequest |
StartJobRunRequest.withConfigurationOverrides(ConfigurationOverrides configurationOverrides)
The configuration overrides for the job run.
|
StartJobRunRequest |
StartJobRunRequest.withExecutionRoleArn(String executionRoleArn)
The execution role ARN for the job run.
|
StartJobRunRequest |
StartJobRunRequest.withJobDriver(JobDriver jobDriver)
The job driver for the job run.
|
StartJobRunRequest |
StartJobRunRequest.withName(String name)
The name of the job run.
|
StartJobRunRequest |
StartJobRunRequest.withReleaseLabel(String releaseLabel)
The Amazon EMR release version to use for the job run.
|
StartJobRunRequest |
StartJobRunRequest.withTags(Map<String,String> tags)
The tags assigned to job runs.
|
StartJobRunRequest |
StartJobRunRequest.withVirtualClusterId(String virtualClusterId)
The virtual cluster ID for which the job run request is submitted.
|
Copyright © 2021. All rights reserved.