public static interface DescribeFlowLogsResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeFlowLogsResponse.Builder,DescribeFlowLogsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowLogsResponse.Builder |
flowLogs(Collection<FlowLog> flowLogs)
Information about the flow logs.
|
DescribeFlowLogsResponse.Builder |
flowLogs(Consumer<FlowLog.Builder>... flowLogs)
Information about the flow logs.
|
DescribeFlowLogsResponse.Builder |
flowLogs(FlowLog... flowLogs)
Information about the flow logs.
|
DescribeFlowLogsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeFlowLogsResponse.Builder flowLogs(Collection<FlowLog> flowLogs)
Information about the flow logs.
flowLogs - Information about the flow logs.DescribeFlowLogsResponse.Builder flowLogs(FlowLog... flowLogs)
Information about the flow logs.
flowLogs - Information about the flow logs.DescribeFlowLogsResponse.Builder flowLogs(Consumer<FlowLog.Builder>... flowLogs)
Information about the flow logs.
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 #flowLogs(List) .flowLogs - a consumer that will call methods on List.Builder #flowLogs(List) DescribeFlowLogsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.