Class SupportedProductConfig
java.lang.Object
com.amazonaws.services.elasticmapreduce.model.SupportedProductConfig
- All Implemented Interfaces:
Serializable,Cloneable
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.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetArgs()The list of user-supplied arguments.getName()The name of the product configuration.inthashCode()voidsetArgs(Collection<String> args) The list of user-supplied arguments.voidThe name of the product configuration.toString()Returns a string representation of this object; useful for testing and debugging.The list of user-supplied arguments.withArgs(Collection<String> args) The list of user-supplied arguments.The name of the product configuration.
-
Constructor Details
-
SupportedProductConfig
public SupportedProductConfig()
-
-
Method Details
-
setName
The name of the product configuration.
- Parameters:
name- The name of the product configuration.
-
getName
The name of the product configuration.
- Returns:
- The name of the product configuration.
-
withName
The name of the product configuration.
- Parameters:
name- The name of the product configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getArgs
The list of user-supplied arguments.
- Returns:
- The list of user-supplied arguments.
-
setArgs
The list of user-supplied arguments.
- Parameters:
args- The list of user-supplied arguments.
-
withArgs
The list of user-supplied arguments.
NOTE: This method appends the values to the existing list (if any). Use
setArgs(java.util.Collection)orwithArgs(java.util.Collection)if you want to override the existing values.- Parameters:
args- The list of user-supplied arguments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withArgs
The list of user-supplied arguments.
- Parameters:
args- The list of user-supplied arguments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-