public static interface DescribeFlowLogsResponse.Builder extends Ec2Response.Builder, SdkPojo, 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 request the next page of items.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theFlowLog.Builder avoiding the need to create one manually
via FlowLog.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #flowLogs(List.
flowLogs - a consumer that will call methods on FlowLog.Builder#flowLogs(java.util.Collection) DescribeFlowLogsResponse.Builder nextToken(String nextToken)
The token to request the next page of items. This value is null when there are no more items to
return.
nextToken - The token to request the next page of items. This value is null when there are no more
items to return.Copyright © 2023. All rights reserved.