public static interface DescribeJobFlowsResponse.Builder extends EMRResponse.Builder, CopyableBuilder<DescribeJobFlowsResponse.Builder,DescribeJobFlowsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeJobFlowsResponse.Builder |
jobFlows(Collection<JobFlowDetail> jobFlows)
A list of job flows matching the parameters supplied.
|
DescribeJobFlowsResponse.Builder |
jobFlows(Consumer<JobFlowDetail.Builder>... jobFlows)
A list of job flows matching the parameters supplied.
|
DescribeJobFlowsResponse.Builder |
jobFlows(JobFlowDetail... jobFlows)
A list of job flows matching the parameters supplied.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeJobFlowsResponse.Builder jobFlows(Collection<JobFlowDetail> jobFlows)
A list of job flows matching the parameters supplied.
jobFlows - A list of job flows matching the parameters supplied.DescribeJobFlowsResponse.Builder jobFlows(JobFlowDetail... jobFlows)
A list of job flows matching the parameters supplied.
jobFlows - A list of job flows matching the parameters supplied.DescribeJobFlowsResponse.Builder jobFlows(Consumer<JobFlowDetail.Builder>... jobFlows)
A list of job flows matching the parameters supplied.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #jobFlows(List) .jobFlows - a consumer that will call methods on List.Builder #jobFlows(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.