Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model | |
com.amazonaws.services.elasticmapreduce.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Application> |
RunJobFlowRequest.applications
|
private SdkInternalList<Application> |
Cluster.applications
The applications installed on this cluster.
|
Modifier and Type | Method and Description |
---|---|
Application |
Application.addAdditionalInfoEntry(java.lang.String key,
java.lang.String value) |
Application |
Application.clearAdditionalInfoEntries()
Removes all the entries added into AdditionalInfo.
|
Application |
Application.clone() |
Application |
Application.withAdditionalInfo(java.util.Map<java.lang.String,java.lang.String> additionalInfo)
This option is for advanced users only.
|
Application |
Application.withArgs(java.util.Collection<java.lang.String> args)
Arguments for Amazon EMR to pass to the application.
|
Application |
Application.withArgs(java.lang.String... args)
Arguments for Amazon EMR to pass to the application.
|
Application |
Application.withName(java.lang.String name)
The name of the application.
|
Application |
Application.withVersion(java.lang.String version)
The version of the application.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Application> |
RunJobFlowRequest.getApplications()
|
java.util.List<Application> |
Cluster.getApplications()
The applications installed on this cluster.
|
Modifier and Type | Method and Description |
---|---|
RunJobFlowRequest |
RunJobFlowRequest.withApplications(Application... applications)
|
Cluster |
Cluster.withApplications(Application... applications)
The applications installed on this cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
RunJobFlowRequest.setApplications(java.util.Collection<Application> applications)
|
void |
Cluster.setApplications(java.util.Collection<Application> applications)
The applications installed on this cluster.
|
RunJobFlowRequest |
RunJobFlowRequest.withApplications(java.util.Collection<Application> applications)
|
Cluster |
Cluster.withApplications(java.util.Collection<Application> applications)
The applications installed on this cluster.
|
Modifier and Type | Method and Description |
---|---|
Application |
ApplicationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ApplicationJsonMarshaller.marshall(Application application,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|