com.amazonaws.services.elasticmapreduce.model
Class DescribeJobFlowsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticmapreduce.model.DescribeJobFlowsRequest

public class DescribeJobFlowsRequest
extends AmazonWebServiceRequest

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

DescribeJobFlowsRequest

public DescribeJobFlowsRequest()
Method Detail

getCreatedAfter

public Date getCreatedAfter()
A date specifying that descriptions of job flows created after this date should be returned.

Returns:
A date specifying that descriptions of job flows created after this date should be returned.

setCreatedAfter

public void setCreatedAfter(Date createdAfter)
A date specifying that descriptions of job flows created after this date should be returned.

Parameters:
createdAfter - A date specifying that descriptions of job flows created after this date should be returned.

withCreatedAfter

public DescribeJobFlowsRequest withCreatedAfter(Date createdAfter)
A date specifying that descriptions of job flows created after this date should be returned.

Returns a reference to this object so that method calls can be chained together.

Parameters:
createdAfter - A date specifying that descriptions of job flows created after this date should be returned.
Returns:
A reference to this updated object so that method calls can be chained together.

getCreatedBefore

public Date getCreatedBefore()
A date specifying that descriptions of job flows created before this date should be returned.

Returns:
A date specifying that descriptions of job flows created before this date should be returned.

setCreatedBefore

public void setCreatedBefore(Date createdBefore)
A date specifying that descriptions of job flows created before this date should be returned.

Parameters:
createdBefore - A date specifying that descriptions of job flows created before this date should be returned.

withCreatedBefore

public DescribeJobFlowsRequest withCreatedBefore(Date createdBefore)
A date specifying that descriptions of job flows created before this date should be returned.

Returns a reference to this object so that method calls can be chained together.

Parameters:
createdBefore - A date specifying that descriptions of job flows created before this date should be returned.
Returns:
A reference to this updated object so that method calls can be chained together.

getJobFlowIds

public List<String> getJobFlowIds()
A list of job flow IDs used to specify which job flow descriptions should be returned.

Returns:
A list of job flow IDs used to specify which job flow descriptions should be returned.

setJobFlowIds

public void setJobFlowIds(Collection<String> jobFlowIds)
A list of job flow IDs used to specify which job flow descriptions should be returned.

Parameters:
jobFlowIds - A list of job flow IDs used to specify which job flow descriptions should be returned.

withJobFlowIds

public DescribeJobFlowsRequest withJobFlowIds(String... jobFlowIds)
A list of job flow IDs used to specify which job flow descriptions should be returned.

Returns a reference to this object so that method calls can be chained together.

Parameters:
jobFlowIds - A list of job flow IDs used to specify which job flow descriptions should be returned.
Returns:
A reference to this updated object so that method calls can be chained together.

withJobFlowIds

public DescribeJobFlowsRequest withJobFlowIds(Collection<String> jobFlowIds)
A list of job flow IDs used to specify which job flow descriptions should be returned.

Returns a reference to this object so that method calls can be chained together.

Parameters:
jobFlowIds - A list of job flow IDs used to specify which job flow descriptions should be returned.
Returns:
A reference to this updated object so that method calls can be chained together.

getJobFlowStates

public List<String> getJobFlowStates()

Returns:


setJobFlowStates

public void setJobFlowStates(Collection<String> jobFlowStates)

Parameters:
jobFlowStates -


withJobFlowStates

public DescribeJobFlowsRequest withJobFlowStates(String... jobFlowStates)

Returns a reference to this object so that method calls can be chained together.

Parameters:
jobFlowStates -

Returns:
A reference to this updated object so that method calls can be chained together.

withJobFlowStates

public DescribeJobFlowsRequest withJobFlowStates(Collection<String> jobFlowStates)

Returns a reference to this object so that method calls can be chained together.

Parameters:
jobFlowStates -

Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.