| Package | Description | 
|---|---|
| com.amazonaws.services.elasticmapreduce.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Application | Application. addAdditionalInfoEntry(String key,
                      String value)Add a single AdditionalInfo entry | 
| Application | Application. clearAdditionalInfoEntries()Removes all the entries added into AdditionalInfo. | 
| Application | Application. clone() | 
| Application | Application. withAdditionalInfo(Map<String,String> additionalInfo)
 This option is for advanced users only. | 
| Application | Application. withArgs(Collection<String> args)
 Arguments for Amazon EMR to pass to the application. | 
| Application | Application. withArgs(String... args)
 Arguments for Amazon EMR to pass to the application. | 
| Application | Application. withName(String name)
 The name of the application. | 
| Application | Application. withVersion(String version)
 The version of the application. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Application> | Cluster. getApplications()
 The applications installed on this cluster. | 
| List<Application> | RunJobFlowRequest. getApplications()
 Applies to Amazon EMR releases 4.0 and later. | 
| Modifier and Type | Method and Description | 
|---|---|
| Cluster | Cluster. withApplications(Application... applications)
 The applications installed on this cluster. | 
| RunJobFlowRequest | RunJobFlowRequest. withApplications(Application... applications)
 Applies to Amazon EMR releases 4.0 and later. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Cluster. setApplications(Collection<Application> applications)
 The applications installed on this cluster. | 
| void | RunJobFlowRequest. setApplications(Collection<Application> applications)
 Applies to Amazon EMR releases 4.0 and later. | 
| Cluster | Cluster. withApplications(Collection<Application> applications)
 The applications installed on this cluster. | 
| RunJobFlowRequest | RunJobFlowRequest. withApplications(Collection<Application> applications)
 Applies to Amazon EMR releases 4.0 and later. | 
Copyright © 2021. All rights reserved.