CopyableBuilder<DescribeJobFlowsRequest.Builder,DescribeJobFlowsRequest>, SdkBuilder<DescribeJobFlowsRequest.Builder,DescribeJobFlowsRequest>public static interface DescribeJobFlowsRequest.Builder extends CopyableBuilder<DescribeJobFlowsRequest.Builder,DescribeJobFlowsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeJobFlowsRequest.Builder |
createdAfter(Date createdAfter) |
Return only job flows created after this date and time.
|
DescribeJobFlowsRequest.Builder |
createdBefore(Date createdBefore) |
Return only job flows created before this date and time.
|
DescribeJobFlowsRequest.Builder |
jobFlowIds(String... jobFlowIds) |
Return only job flows whose job flow ID is contained in this list.
|
DescribeJobFlowsRequest.Builder |
jobFlowIds(Collection<String> jobFlowIds) |
Return only job flows whose job flow ID is contained in this list.
|
DescribeJobFlowsRequest.Builder |
jobFlowStates(String... jobFlowStates) |
Return only job flows whose state is contained in this list.
|
DescribeJobFlowsRequest.Builder |
jobFlowStates(Collection<String> jobFlowStates) |
Return only job flows whose state is contained in this list.
|
DescribeJobFlowsRequest.Builder |
jobFlowStates(JobFlowExecutionState... jobFlowStates) |
Return only job flows whose state is contained in this list.
|
copyapply, buildDescribeJobFlowsRequest.Builder createdAfter(Date createdAfter)
Return only job flows created after this date and time.
createdAfter - Return only job flows created after this date and time.DescribeJobFlowsRequest.Builder createdBefore(Date createdBefore)
Return only job flows created before this date and time.
createdBefore - Return only job flows created before this date and time.DescribeJobFlowsRequest.Builder jobFlowIds(Collection<String> jobFlowIds)
Return only job flows whose job flow ID is contained in this list.
jobFlowIds - Return only job flows whose job flow ID is contained in this list.DescribeJobFlowsRequest.Builder jobFlowIds(String... jobFlowIds)
Return only job flows whose job flow ID is contained in this list.
NOTE: This method appends the values to the existing list (if any). Use
#setJobFlowIds(java.util.Collection) or #withJobFlowIds(java.util.Collection) if you want to
override the existing values.
jobFlowIds - Return only job flows whose job flow ID is contained in this list.DescribeJobFlowsRequest.Builder jobFlowStates(Collection<String> jobFlowStates)
Return only job flows whose state is contained in this list.
jobFlowStates - Return only job flows whose state is contained in this list.JobFlowExecutionStateDescribeJobFlowsRequest.Builder jobFlowStates(String... jobFlowStates)
Return only job flows whose state is contained in this list.
NOTE: This method appends the values to the existing list (if any). Use
#setJobFlowStates(java.util.Collection) or #withJobFlowStates(java.util.Collection) if you
want to override the existing values.
jobFlowStates - Return only job flows whose state is contained in this list.JobFlowExecutionStateDescribeJobFlowsRequest.Builder jobFlowStates(JobFlowExecutionState... jobFlowStates)
Return only job flows whose state is contained in this list.
NOTE: This method appends the values to the existing list (if any). Use
#setJobFlowStates(java.util.Collection) or #withJobFlowStates(java.util.Collection) if you
want to override the existing values.
jobFlowStates - Return only job flows whose state is contained in this list.JobFlowExecutionStateCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.