| 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<CreateApplicationResult> |
AbstractAWSEMRServerlessAsync.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AWSEMRServerlessAsyncClient.createApplicationAsync(CreateApplicationRequest request,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler) |
Future<CreateApplicationResult> |
AWSEMRServerlessAsync.createApplicationAsync(CreateApplicationRequest createApplicationRequest,
AsyncHandler<CreateApplicationRequest,CreateApplicationResult> asyncHandler)
Creates an application.
|
| Modifier and Type | Method and Description |
|---|---|
CreateApplicationRequest |
CreateApplicationRequest.addInitialCapacityEntry(String key,
InitialCapacityConfig value)
Add a single InitialCapacity entry
|
CreateApplicationRequest |
CreateApplicationRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateApplicationRequest |
CreateApplicationRequest.clearInitialCapacityEntries()
Removes all the entries added into InitialCapacity.
|
CreateApplicationRequest |
CreateApplicationRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateApplicationRequest |
CreateApplicationRequest.clone() |
CreateApplicationRequest |
CreateApplicationRequest.withAutoStartConfiguration(AutoStartConfig autoStartConfiguration)
The configuration for an application to automatically start on job submission.
|
CreateApplicationRequest |
CreateApplicationRequest.withAutoStopConfiguration(AutoStopConfig autoStopConfiguration)
The configuration for an application to automatically stop after a certain amount of time being idle.
|
CreateApplicationRequest |
CreateApplicationRequest.withClientToken(String clientToken)
The client idempotency token of the application to create.
|
CreateApplicationRequest |
CreateApplicationRequest.withInitialCapacity(Map<String,InitialCapacityConfig> initialCapacity)
The capacity to initialize when the application is created.
|
CreateApplicationRequest |
CreateApplicationRequest.withMaximumCapacity(MaximumAllowedResources maximumCapacity)
The maximum capacity to allocate when the application is created.
|
CreateApplicationRequest |
CreateApplicationRequest.withName(String name)
The name of the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for customer VPC connectivity.
|
CreateApplicationRequest |
CreateApplicationRequest.withReleaseLabel(String releaseLabel)
The EMR release version associated with the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withTags(Map<String,String> tags)
The tags assigned to the application.
|
CreateApplicationRequest |
CreateApplicationRequest.withType(String type)
The type of application you want to start, such as Spark or Hive.
|
Copyright © 2022. All rights reserved.