|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.SupportedProductConfig
public class SupportedProductConfig
The list of supported product configurations which allow user-supplied arguments. EMR accepts these arguments and forwards them to the corresponding installation script as bootstrap action arguments.
| Constructor Summary | |
|---|---|
SupportedProductConfig()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
List<String> |
getArgs()
The list of user-supplied arguments. |
String |
getName()
The name of the product configuration. |
int |
hashCode()
|
void |
setArgs(Collection<String> args)
The list of user-supplied arguments. |
void |
setName(String name)
The name of the product configuration. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
SupportedProductConfig |
withArgs(Collection<String> args)
The list of user-supplied arguments. |
SupportedProductConfig |
withArgs(String... args)
The list of user-supplied arguments. |
SupportedProductConfig |
withName(String name)
The name of the product configuration. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SupportedProductConfig()
| Method Detail |
|---|
public String getName()
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
public void setName(String name)
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
name - The name of the product configuration.public SupportedProductConfig withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 256
Pattern: [ -??-??-?\r\n\t]*
name - The name of the product configuration.
public List<String> getArgs()
public void setArgs(Collection<String> args)
args - The list of user-supplied arguments.public SupportedProductConfig withArgs(String... args)
Returns a reference to this object so that method calls can be chained together.
args - The list of user-supplied arguments.
public SupportedProductConfig withArgs(Collection<String> args)
Returns a reference to this object so that method calls can be chained together.
args - The list of user-supplied arguments.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||