|
||||||||||
| 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()
Returns the value of the CreatedAfter property for this object. |
Date |
getCreatedBefore()
Returns the value of the CreatedBefore property for this object. |
List<String> |
getJobFlowIds()
Returns the value of the JobFlowIds property for this object. |
List<String> |
getJobFlowStates()
Returns the value of the JobFlowStates property for this object. |
void |
setCreatedAfter(Date createdAfter)
Sets the value of the CreatedAfter property for this object. |
void |
setCreatedBefore(Date createdBefore)
Sets the value of the CreatedBefore property for this object. |
void |
setJobFlowIds(Collection<String> jobFlowIds)
Sets the value of the JobFlowIds property for this object. |
void |
setJobFlowStates(Collection<String> jobFlowStates)
Sets the value of the JobFlowStates property for this object. |
DescribeJobFlowsRequest |
withCreatedAfter(Date createdAfter)
Sets the value of the CreatedAfter property for this object. |
DescribeJobFlowsRequest |
withCreatedBefore(Date createdBefore)
Sets the value of the CreatedBefore property for this object. |
DescribeJobFlowsRequest |
withJobFlowIds(Collection<String> jobFlowIds)
Sets the value of the JobFlowIds property for this object. |
DescribeJobFlowsRequest |
withJobFlowIds(String... jobFlowIds)
Sets the value of the JobFlowIds property for this object. |
DescribeJobFlowsRequest |
withJobFlowStates(Collection<String> jobFlowStates)
Sets the value of the JobFlowStates property for this object. |
DescribeJobFlowsRequest |
withJobFlowStates(String... jobFlowStates)
Sets the value of the JobFlowStates 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 DescribeJobFlowsRequest()
| Method Detail |
|---|
public Date getCreatedAfter()
public void setCreatedAfter(Date createdAfter)
createdAfter - The new value for the CreatedAfter property for this object.public DescribeJobFlowsRequest withCreatedAfter(Date createdAfter)
Returns a reference to this object so that method calls can be chained together.
createdAfter - The new value for the CreatedAfter property for this object.
public Date getCreatedBefore()
public void setCreatedBefore(Date createdBefore)
createdBefore - The new value for the CreatedBefore property for this object.public DescribeJobFlowsRequest withCreatedBefore(Date createdBefore)
Returns a reference to this object so that method calls can be chained together.
createdBefore - The new value for the CreatedBefore property for this object.
public List<String> getJobFlowIds()
public void setJobFlowIds(Collection<String> jobFlowIds)
jobFlowIds - The new value for the JobFlowIds property for this object.public DescribeJobFlowsRequest 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 DescribeJobFlowsRequest 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.
public List<String> getJobFlowStates()
public void setJobFlowStates(Collection<String> jobFlowStates)
jobFlowStates - The new value for the JobFlowStates property for this object.public DescribeJobFlowsRequest withJobFlowStates(String... jobFlowStates)
Returns a reference to this object so that method calls can be chained together.
jobFlowStates - The new value for the JobFlowStates property for this object.
public DescribeJobFlowsRequest withJobFlowStates(Collection<String> jobFlowStates)
Returns a reference to this object so that method calls can be chained together.
jobFlowStates - The new value for the JobFlowStates property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||