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<JobFlowExecutionState> 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.
|
DescribeJobFlowsRequest.Builder |
jobFlowStatesWithStrings(Collection<String> jobFlowStates)
Return only job flows whose state is contained in this list.
|
DescribeJobFlowsRequest.Builder |
jobFlowStatesWithStrings(String... jobFlowStates)
Return only job flows whose state is contained in this list.
|
DescribeJobFlowsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeJobFlowsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeJobFlowsRequest.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 jobFlowStatesWithStrings(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 jobFlowStatesWithStrings(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(Collection<JobFlowExecutionState> 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(JobFlowExecutionState... 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeJobFlowsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.