CopyableBuilder<DescribeFlowLogsResponse.Builder,DescribeFlowLogsResponse>
, SdkBuilder<DescribeFlowLogsResponse.Builder,DescribeFlowLogsResponse>
public static interface DescribeFlowLogsResponse.Builder extends CopyableBuilder<DescribeFlowLogsResponse.Builder,DescribeFlowLogsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeFlowLogsResponse.Builder |
flowLogs(Collection<FlowLog> 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.
|
copy
apply, build
DescribeFlowLogsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setFlowLogs(java.util.Collection)
or #withFlowLogs(java.util.Collection)
if you want to
override the existing values.
flowLogs
- Information about the flow logs.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.