|
||||||||||
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
The input for the DescribeJobFlows operation.
Constructor Summary | |
---|---|
DescribeJobFlowsRequest()
|
Method Summary | |
---|---|
Date |
getCreatedAfter()
Return only job flows created after this date and time. |
Date |
getCreatedBefore()
Return only job flows created before this date and time. |
List<String> |
getJobFlowIds()
Return only job flows whose job flow ID is contained in this list. |
List<String> |
getJobFlowStates()
Return only job flows whose state is contained in this list. |
void |
setCreatedAfter(Date createdAfter)
Return only job flows created after this date and time. |
void |
setCreatedBefore(Date createdBefore)
Return only job flows created before this date and time. |
void |
setJobFlowIds(Collection<String> jobFlowIds)
Return only job flows whose job flow ID is contained in this list. |
void |
setJobFlowStates(Collection<String> jobFlowStates)
Return only job flows whose state is contained in this list. |
String |
toString()
|
DescribeJobFlowsRequest |
withCreatedAfter(Date createdAfter)
Return only job flows created after this date and time. |
DescribeJobFlowsRequest |
withCreatedBefore(Date createdBefore)
Return only job flows created before this date and time. |
DescribeJobFlowsRequest |
withJobFlowIds(Collection<String> jobFlowIds)
Return only job flows whose job flow ID is contained in this list. |
DescribeJobFlowsRequest |
withJobFlowIds(String... jobFlowIds)
Return only job flows whose job flow ID is contained in this list. |
DescribeJobFlowsRequest |
withJobFlowStates(Collection<String> jobFlowStates)
Return only job flows whose state is contained in this list. |
DescribeJobFlowsRequest |
withJobFlowStates(String... jobFlowStates)
Return only job flows whose state is contained in this list. |
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
- Return only job flows created after this date and time.public DescribeJobFlowsRequest withCreatedAfter(Date createdAfter)
Returns a reference to this object so that method calls can be chained together.
createdAfter
- Return only job flows created after this date and time.
public Date getCreatedBefore()
public void setCreatedBefore(Date createdBefore)
createdBefore
- Return only job flows created before this date and time.public DescribeJobFlowsRequest withCreatedBefore(Date createdBefore)
Returns a reference to this object so that method calls can be chained together.
createdBefore
- Return only job flows created before this date and time.
public List<String> getJobFlowIds()
public void setJobFlowIds(Collection<String> jobFlowIds)
jobFlowIds
- Return only job flows whose job flow ID is contained in this list.public DescribeJobFlowsRequest withJobFlowIds(String... jobFlowIds)
Returns a reference to this object so that method calls can be chained together.
jobFlowIds
- Return only job flows whose job flow ID is contained in this list.
public DescribeJobFlowsRequest withJobFlowIds(Collection<String> jobFlowIds)
Returns a reference to this object so that method calls can be chained together.
jobFlowIds
- Return only job flows whose job flow ID is contained in this list.
public List<String> getJobFlowStates()
public void setJobFlowStates(Collection<String> jobFlowStates)
jobFlowStates
- Return only job flows whose state is contained in this list.public DescribeJobFlowsRequest withJobFlowStates(String... jobFlowStates)
Returns a reference to this object so that method calls can be chained together.
jobFlowStates
- Return only job flows whose state is contained in this list.
public DescribeJobFlowsRequest withJobFlowStates(Collection<String> jobFlowStates)
Returns a reference to this object so that method calls can be chained together.
jobFlowStates
- Return only job flows whose state is contained in this list.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |