| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless |
Amazon EMR Serverless is a new deployment option for Amazon EMR.
|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartJobRunResult> |
AWSEMRServerlessAsyncClient.startJobRunAsync(StartJobRunRequest request,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler) |
Future<StartJobRunResult> |
AbstractAWSEMRServerlessAsync.startJobRunAsync(StartJobRunRequest request,
AsyncHandler<StartJobRunRequest,StartJobRunResult> asyncHandler) |
Future<StartJobRunResult> |
AWSEMRServerlessAsync.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.withApplicationId(String applicationId)
The ID of the application on which to run the job.
|
StartJobRunRequest |
StartJobRunRequest.withClientToken(String clientToken)
The client idempotency token of the job run to start.
|
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.withExecutionTimeoutMinutes(Long executionTimeoutMinutes)
The maximum duration for the job run to run.
|
StartJobRunRequest |
StartJobRunRequest.withJobDriver(JobDriver jobDriver)
The job driver for the job run.
|
StartJobRunRequest |
StartJobRunRequest.withMode(JobRunMode mode)
The mode of the job run when it starts.
|
StartJobRunRequest |
StartJobRunRequest.withMode(String mode)
The mode of the job run when it starts.
|
StartJobRunRequest |
StartJobRunRequest.withName(String name)
The optional job run name.
|
StartJobRunRequest |
StartJobRunRequest.withRetryPolicy(RetryPolicy retryPolicy)
The retry policy when job run starts.
|
StartJobRunRequest |
StartJobRunRequest.withTags(Map<String,String> tags)
The tags assigned to the job run.
|
Copyright © 2024. All rights reserved.