com.amazonaws.services.elasticmapreduce.model
Class ScriptBootstrapActionConfig

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.ScriptBootstrapActionConfig

public class ScriptBootstrapActionConfig
extends Object

Script Bootstrap Action Config


Constructor Summary
ScriptBootstrapActionConfig()
           
 
Method Summary
 List<String> getArgs()
          Returns the value of the Args property for this object.
 String getPath()
          Returns the value of the Path property for this object.
 void setArgs(Collection<String> args)
          Sets the value of the Args property for this object.
 void setPath(String path)
          Sets the value of the Path property for this object.
 String toString()
           
 ScriptBootstrapActionConfig withArgs(Collection<String> args)
          Sets the value of the Args property for this object.
 ScriptBootstrapActionConfig withArgs(String... args)
          Sets the value of the Args property for this object.
 ScriptBootstrapActionConfig withPath(String path)
          Sets the value of the Path property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScriptBootstrapActionConfig

public ScriptBootstrapActionConfig()
Method Detail

getPath

public String getPath()
Returns the value of the Path property for this object.

Returns:
The value of the Path property for this object.

setPath

public void setPath(String path)
Sets the value of the Path property for this object.

Parameters:
path - The new value for the Path property for this object.

withPath

public ScriptBootstrapActionConfig withPath(String path)
Sets the value of the Path property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
path - The new value for the Path property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

getArgs

public List<String> getArgs()
Returns the value of the Args property for this object.

Returns:
The value of the Args property for this object.

setArgs

public void setArgs(Collection<String> args)
Sets the value of the Args property for this object.

Parameters:
args - The new value for the Args property for this object.

withArgs

public ScriptBootstrapActionConfig withArgs(String... args)
Sets the value of the Args property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
args - The new value for the Args property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

withArgs

public ScriptBootstrapActionConfig withArgs(Collection<String> args)
Sets the value of the Args property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
args - The new value for the Args property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.