Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Classes modeling the various types represented by AmazonElasticMapReduce.
|
Modifier and Type | Method and Description |
---|---|
SupportedProductConfig |
SupportedProductConfig.withArgs(Collection<String> args)
The list of user-supplied arguments.
|
SupportedProductConfig |
SupportedProductConfig.withArgs(String... args)
The list of user-supplied arguments.
|
SupportedProductConfig |
SupportedProductConfig.withName(String name)
The name of the product configuration.
|
Modifier and Type | Method and Description |
---|---|
List<SupportedProductConfig> |
RunJobFlowRequest.getNewSupportedProducts()
A list of strings that indicates third-party software to use with the
job flow that accepts a user argument list.
|
Modifier and Type | Method and Description |
---|---|
RunJobFlowRequest |
RunJobFlowRequest.withNewSupportedProducts(SupportedProductConfig... newSupportedProducts)
A list of strings that indicates third-party software to use with the
job flow that accepts a user argument list.
|
Modifier and Type | Method and Description |
---|---|
void |
RunJobFlowRequest.setNewSupportedProducts(Collection<SupportedProductConfig> newSupportedProducts)
A list of strings that indicates third-party software to use with the
job flow that accepts a user argument list.
|
RunJobFlowRequest |
RunJobFlowRequest.withNewSupportedProducts(Collection<SupportedProductConfig> newSupportedProducts)
A list of strings that indicates third-party software to use with the
job flow that accepts a user argument list.
|
Copyright © 2014. All rights reserved.