public static interface DescribeJobFlowsRequest.Builder extends EMRRequest.Builder, CopyableBuilder<DescribeJobFlowsRequest.Builder,DescribeJobFlowsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeJobFlowsRequest.Builder |
createdAfter(Instant createdAfter)
Return only job flows created after this date and time.
|
DescribeJobFlowsRequest.Builder |
createdBefore(Instant 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.
|
DescribeJobFlowsRequest.Builder |
jobFlowIds(String... 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.
|
DescribeJobFlowsRequest.Builder |
jobFlowStates(String... jobFlowStates)
Return only job flows whose state is contained in this list.
|
DescribeJobFlowsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeJobFlowsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeJobFlowsRequest.Builder createdAfter(Instant 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(Instant 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.
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.DescribeJobFlowsRequest.Builder jobFlowStates(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.DescribeJobFlowsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeJobFlowsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.