|
||||||||||
| 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.DescribeJobFlowsRequest
public class DescribeJobFlowsRequest
Describe Job Flows Request
| Constructor Summary | |
|---|---|
DescribeJobFlowsRequest()
|
|
| Method Summary | |
|---|---|
Date |
getCreatedAfter()
A date specifying that descriptions of job flows created after this date should be returned. |
Date |
getCreatedBefore()
A date specifying that descriptions of job flows created before this date should be returned. |
List<String> |
getJobFlowIds()
A list of job flow IDs used to specify which job flow descriptions should be returned. |
List<String> |
getJobFlowStates()
|
void |
setCreatedAfter(Date createdAfter)
A date specifying that descriptions of job flows created after this date should be returned. |
void |
setCreatedBefore(Date createdBefore)
A date specifying that descriptions of job flows created before this date should be returned. |
void |
setJobFlowIds(Collection<String> jobFlowIds)
A list of job flow IDs used to specify which job flow descriptions should be returned. |
void |
setJobFlowStates(Collection<String> jobFlowStates)
|
String |
toString()
|
DescribeJobFlowsRequest |
withCreatedAfter(Date createdAfter)
A date specifying that descriptions of job flows created after this date should be returned. |
DescribeJobFlowsRequest |
withCreatedBefore(Date createdBefore)
A date specifying that descriptions of job flows created before this date should be returned. |
DescribeJobFlowsRequest |
withJobFlowIds(Collection<String> jobFlowIds)
A list of job flow IDs used to specify which job flow descriptions should be returned. |
DescribeJobFlowsRequest |
withJobFlowIds(String... jobFlowIds)
A list of job flow IDs used to specify which job flow descriptions should be returned. |
DescribeJobFlowsRequest |
withJobFlowStates(Collection<String> jobFlowStates)
|
DescribeJobFlowsRequest |
withJobFlowStates(String... jobFlowStates)
|
| 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 DescribeJobFlowsRequest()
| Method Detail |
|---|
public Date getCreatedAfter()
public void setCreatedAfter(Date createdAfter)
createdAfter - A date specifying that descriptions of job flows created after this
date should be returned.public DescribeJobFlowsRequest withCreatedAfter(Date createdAfter)
Returns a reference to this object so that method calls can be chained together.
createdAfter - A date specifying that descriptions of job flows created after this
date should be returned.
public Date getCreatedBefore()
public void setCreatedBefore(Date createdBefore)
createdBefore - A date specifying that descriptions of job flows created before this
date should be returned.public DescribeJobFlowsRequest withCreatedBefore(Date createdBefore)
Returns a reference to this object so that method calls can be chained together.
createdBefore - A date specifying that descriptions of job flows created before this
date should be returned.
public List<String> getJobFlowIds()
public void setJobFlowIds(Collection<String> jobFlowIds)
jobFlowIds - A list of job flow IDs used to specify which job flow descriptions
should be returned.public DescribeJobFlowsRequest withJobFlowIds(String... jobFlowIds)
Returns a reference to this object so that method calls can be chained together.
jobFlowIds - A list of job flow IDs used to specify which job flow descriptions
should be returned.
public DescribeJobFlowsRequest withJobFlowIds(Collection<String> jobFlowIds)
Returns a reference to this object so that method calls can be chained together.
jobFlowIds - A list of job flow IDs used to specify which job flow descriptions
should be returned.
public List<String> getJobFlowStates()
public void setJobFlowStates(Collection<String> jobFlowStates)
jobFlowStates - public DescribeJobFlowsRequest withJobFlowStates(String... jobFlowStates)
Returns a reference to this object so that method calls can be chained together.
jobFlowStates -
public DescribeJobFlowsRequest withJobFlowStates(Collection<String> jobFlowStates)
Returns a reference to this object so that method calls can be chained together.
jobFlowStates -
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||