|
||||||||||
| 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.TerminateJobFlowsRequest
public class TerminateJobFlowsRequest
Terminate Job Flows Request
| Constructor Summary | |
|---|---|
TerminateJobFlowsRequest()
|
|
| Method Summary | |
|---|---|
List<String> |
getJobFlowIds()
Returns the value of the JobFlowIds property for this object. |
void |
setJobFlowIds(Collection<String> jobFlowIds)
Sets the value of the JobFlowIds property for this object. |
TerminateJobFlowsRequest |
withJobFlowIds(Collection<String> jobFlowIds)
Sets the value of the JobFlowIds property for this object. |
TerminateJobFlowsRequest |
withJobFlowIds(String... jobFlowIds)
Sets the value of the JobFlowIds property for this object. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TerminateJobFlowsRequest()
| Method Detail |
|---|
public List<String> getJobFlowIds()
public void setJobFlowIds(Collection<String> jobFlowIds)
jobFlowIds - The new value for the JobFlowIds property for this object.public TerminateJobFlowsRequest withJobFlowIds(String... jobFlowIds)
Returns a reference to this object so that method calls can be chained together.
jobFlowIds - The new value for the JobFlowIds property for this object.
public TerminateJobFlowsRequest withJobFlowIds(Collection<String> jobFlowIds)
Returns a reference to this object so that method calls can be chained together.
jobFlowIds - The new value for the JobFlowIds property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||