| Package | Description |
|---|---|
| com.amazonaws.services.emrserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.addInitialCapacityEntry(String key,
InitialCapacityConfig value)
Add a single InitialCapacity entry
|
Application |
Application.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Application |
Application.clearInitialCapacityEntries()
Removes all the entries added into InitialCapacity.
|
Application |
Application.clearTagsEntries()
Removes all the entries added into Tags.
|
Application |
Application.clone() |
Application |
UpdateApplicationResult.getApplication()
Information about the updated application.
|
Application |
GetApplicationResult.getApplication()
The output displays information about the specified application.
|
Application |
Application.withApplicationId(String applicationId)
The ID of the application.
|
Application |
Application.withArn(String arn)
The ARN of the application.
|
Application |
Application.withAutoStartConfiguration(AutoStartConfig autoStartConfiguration)
The configuration for an application to automatically start on job submission.
|
Application |
Application.withAutoStopConfiguration(AutoStopConfig autoStopConfiguration)
The configuration for an application to automatically stop after a certain amount of time being idle.
|
Application |
Application.withCreatedAt(Date createdAt)
The date and time when the application run was created.
|
Application |
Application.withInitialCapacity(Map<String,InitialCapacityConfig> initialCapacity)
The initial capacity of the application.
|
Application |
Application.withMaximumCapacity(MaximumAllowedResources maximumCapacity)
The maximum capacity of the application.
|
Application |
Application.withName(String name)
The name of the application.
|
Application |
Application.withNetworkConfiguration(NetworkConfiguration networkConfiguration)
The network configuration for customer VPC connectivity for the application.
|
Application |
Application.withReleaseLabel(String releaseLabel)
The EMR release version associated with the application.
|
Application |
Application.withState(ApplicationState state)
The state of the application.
|
Application |
Application.withState(String state)
The state of the application.
|
Application |
Application.withStateDetails(String stateDetails)
The state details of the application.
|
Application |
Application.withTags(Map<String,String> tags)
The tags assigned to the application.
|
Application |
Application.withType(String type)
The type of application, such as Spark or Hive.
|
Application |
Application.withUpdatedAt(Date updatedAt)
The date and time when the application run was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateApplicationResult.setApplication(Application application)
Information about the updated application.
|
void |
GetApplicationResult.setApplication(Application application)
The output displays information about the specified application.
|
UpdateApplicationResult |
UpdateApplicationResult.withApplication(Application application)
Information about the updated application.
|
GetApplicationResult |
GetApplicationResult.withApplication(Application application)
The output displays information about the specified application.
|
Copyright © 2022. All rights reserved.