Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
Application |
Application.addAdditionalInfoEntry(String key,
String value)
This option is for advanced users only.
|
Application |
Application.clearAdditionalInfoEntries()
Removes all the entries added into AdditionalInfo.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.withApplications(Application... applications)
The applications installed on this cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setApplications(Collection<Application> applications)
The applications installed on this cluster.
|
Cluster |
Cluster.withApplications(Collection<Application> applications)
The applications installed on this cluster.
|
Copyright © 2014. All rights reserved.