com.amazonaws.services.elasticmapreduce.model
Class BootstrapActionConfig

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

public class BootstrapActionConfig
extends Object

Bootstrap Action Config


Constructor Summary
BootstrapActionConfig()
           
 
Method Summary
 String getName()
          Returns the value of the Name property for this object.
 ScriptBootstrapActionConfig getScriptBootstrapAction()
          Returns the value of the ScriptBootstrapAction property for this object.
 void setName(String name)
          Sets the value of the Name property for this object.
 void setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
          Sets the value of the ScriptBootstrapAction property for this object.
 String toString()
           
 BootstrapActionConfig withName(String name)
          Sets the value of the Name property for this object.
 BootstrapActionConfig withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
          Sets the value of the ScriptBootstrapAction property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BootstrapActionConfig

public BootstrapActionConfig()
Method Detail

getName

public String getName()
Returns the value of the Name property for this object.

Constraints:
Length: 1 - 256

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

setName

public void setName(String name)
Sets the value of the Name property for this object.

Constraints:
Length: 1 - 256

Parameters:
name - The new value for the Name property for this object.

withName

public BootstrapActionConfig withName(String name)
Sets the value of the Name property for this object.

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

Constraints:
Length: 1 - 256

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

getScriptBootstrapAction

public ScriptBootstrapActionConfig getScriptBootstrapAction()
Returns the value of the ScriptBootstrapAction property for this object.

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

setScriptBootstrapAction

public void setScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
Sets the value of the ScriptBootstrapAction property for this object.

Parameters:
scriptBootstrapAction - The new value for the ScriptBootstrapAction property for this object.

withScriptBootstrapAction

public BootstrapActionConfig withScriptBootstrapAction(ScriptBootstrapActionConfig scriptBootstrapAction)
Sets the value of the ScriptBootstrapAction property for this object.

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

Parameters:
scriptBootstrapAction - The new value for the ScriptBootstrapAction 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.