Interface DescribeFlowLogsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeFlowLogsResponse.Builder,
,DescribeFlowLogsResponse> Ec2Response.Builder
,SdkBuilder<DescribeFlowLogsResponse.Builder,
,DescribeFlowLogsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeFlowLogsResponse
@Mutable
@NotThreadSafe
public static interface DescribeFlowLogsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeFlowLogsResponse.Builder,DescribeFlowLogsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionflowLogs
(Collection<FlowLog> flowLogs) Information about the flow logs.flowLogs
(Consumer<FlowLog.Builder>... flowLogs) Information about the flow logs.Information about the flow logs.The token to request the next page of items.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
flowLogs
Information about the flow logs.
- Parameters:
flowLogs
- Information about the flow logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowLogs
Information about the flow logs.
- Parameters:
flowLogs
- Information about the flow logs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaFlowLog.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toflowLogs(List<FlowLog>)
.- Parameters:
flowLogs
- a consumer that will call methods onFlowLog.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to request the next page of items. This value is
null
when there are no more items to return.- Parameters:
nextToken
- The token to request the next page of items. This value isnull
when there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-