CopyableBuilder<DescribeJobFlowsResponse.Builder,DescribeJobFlowsResponse>
, SdkBuilder<DescribeJobFlowsResponse.Builder,DescribeJobFlowsResponse>
public static interface DescribeJobFlowsResponse.Builder extends CopyableBuilder<DescribeJobFlowsResponse.Builder,DescribeJobFlowsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeJobFlowsResponse.Builder |
jobFlows(Collection<JobFlowDetail> jobFlows) |
A list of job flows matching the parameters supplied.
|
DescribeJobFlowsResponse.Builder |
jobFlows(JobFlowDetail... jobFlows) |
A list of job flows matching the parameters supplied.
|
copy
apply, build
DescribeJobFlowsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setJobFlows(java.util.Collection)
or #withJobFlows(java.util.Collection)
if you want to
override the existing values.
jobFlows
- A list of job flows matching the parameters supplied.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.