|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elasticmapreduce.model.RunJobFlowRequest
public class RunJobFlowRequest
Run Job Flow Request
| Constructor Summary | |
|---|---|
RunJobFlowRequest()
|
|
| Method Summary | |
|---|---|
String |
getAdditionalInfo()
Returns the value of the AdditionalInfo property for this object. |
List<BootstrapActionConfig> |
getBootstrapActions()
Returns the value of the BootstrapActions property for this object. |
JobFlowInstancesConfig |
getInstances()
|
String |
getLogUri()
The URI for the log files. |
String |
getName()
The name of the job flow. |
List<StepConfig> |
getSteps()
A list of Step instances containing information about the steps to be executed. |
void |
setAdditionalInfo(String additionalInfo)
Sets the value of the AdditionalInfo property for this object. |
void |
setBootstrapActions(Collection<BootstrapActionConfig> bootstrapActions)
Sets the value of the BootstrapActions property for this object. |
void |
setInstances(JobFlowInstancesConfig instances)
|
void |
setLogUri(String logUri)
The URI for the log files. |
void |
setName(String name)
The name of the job flow. |
void |
setSteps(Collection<StepConfig> steps)
A list of Step instances containing information about the steps to be executed. |
String |
toString()
|
RunJobFlowRequest |
withAdditionalInfo(String additionalInfo)
Sets the value of the AdditionalInfo property for this object. |
RunJobFlowRequest |
withBootstrapActions(BootstrapActionConfig... bootstrapActions)
Sets the value of the BootstrapActions property for this object. |
RunJobFlowRequest |
withBootstrapActions(Collection<BootstrapActionConfig> bootstrapActions)
Sets the value of the BootstrapActions property for this object. |
RunJobFlowRequest |
withInstances(JobFlowInstancesConfig instances)
|
RunJobFlowRequest |
withLogUri(String logUri)
The URI for the log files. |
RunJobFlowRequest |
withName(String name)
The name of the job flow. |
RunJobFlowRequest |
withSteps(Collection<StepConfig> steps)
A list of Step instances containing information about the steps to be executed. |
RunJobFlowRequest |
withSteps(StepConfig... steps)
A list of Step instances containing information about the steps to be executed. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RunJobFlowRequest()
| Method Detail |
|---|
public String getName()
Constraints:
Length: 1 - 256
public void setName(String name)
Constraints:
Length: 1 - 256
name - The name of the job flow.public RunJobFlowRequest withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
name - The name of the job flow.
public String getLogUri()
public void setLogUri(String logUri)
logUri - The URI for the log files. If a value is not provided, logs are not
generated.public RunJobFlowRequest withLogUri(String logUri)
Returns a reference to this object so that method calls can be chained together.
logUri - The URI for the log files. If a value is not provided, logs are not
generated.
public String getAdditionalInfo()
Constraints:
Length: 1 - 256
public void setAdditionalInfo(String additionalInfo)
Constraints:
Length: 1 - 256
additionalInfo - The new value for the AdditionalInfo property for this object.public RunJobFlowRequest withAdditionalInfo(String additionalInfo)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 256
additionalInfo - The new value for the AdditionalInfo property for this object.
public JobFlowInstancesConfig getInstances()
public void setInstances(JobFlowInstancesConfig instances)
instances - public RunJobFlowRequest withInstances(JobFlowInstancesConfig instances)
Returns a reference to this object so that method calls can be chained together.
instances -
public List<StepConfig> getSteps()
public void setSteps(Collection<StepConfig> steps)
steps - A list of Step instances containing information about the steps
to be executed.public RunJobFlowRequest withSteps(StepConfig... steps)
Returns a reference to this object so that method calls can be chained together.
steps - A list of Step instances containing information about the steps
to be executed.
public RunJobFlowRequest withSteps(Collection<StepConfig> steps)
Returns a reference to this object so that method calls can be chained together.
steps - A list of Step instances containing information about the steps
to be executed.
public List<BootstrapActionConfig> getBootstrapActions()
public void setBootstrapActions(Collection<BootstrapActionConfig> bootstrapActions)
bootstrapActions - The new value for the BootstrapActions property for this object.public RunJobFlowRequest withBootstrapActions(BootstrapActionConfig... bootstrapActions)
Returns a reference to this object so that method calls can be chained together.
bootstrapActions - The new value for the BootstrapActions property for this object.
public RunJobFlowRequest withBootstrapActions(Collection<BootstrapActionConfig> bootstrapActions)
Returns a reference to this object so that method calls can be chained together.
bootstrapActions - The new value for the BootstrapActions property for this object.
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||