public static interface DescribeFlowLogsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeFlowLogsRequest.Builder,DescribeFlowLogsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowLogsRequest.Builder |
filter(Collection<Filter> filter)
One or more filters.
|
DescribeFlowLogsRequest.Builder |
filter(Consumer<Filter.Builder>... filter)
One or more filters.
|
DescribeFlowLogsRequest.Builder |
filter(Filter... filter)
One or more filters.
|
DescribeFlowLogsRequest.Builder |
flowLogIds(Collection<String> flowLogIds)
One or more flow log IDs.
|
DescribeFlowLogsRequest.Builder |
flowLogIds(String... flowLogIds)
One or more flow log IDs.
|
DescribeFlowLogsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
DescribeFlowLogsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
DescribeFlowLogsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeFlowLogsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFlowLogsRequest.Builder filter(Collection<Filter> filter)
One or more filters.
deliver-log-status - The status of the logs delivery (SUCCESS | FAILED
).
log-destination-type - The type of destination for the flow log data (
cloud-watch-logs | s3 | kinesis-data-firehose).
flow-log-id - The ID of the flow log.
log-group-name - The name of the log group.
resource-id - The ID of the VPC, subnet, or network interface.
traffic-type - The type of traffic (ACCEPT | REJECT | ALL
).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key
in the filter name and the tag value as the filter value. For example, to find all resources that have a tag
with the key Owner and the value TeamA, specify tag:Owner for the
filter name and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
filter - One or more filters.
deliver-log-status - The status of the logs delivery (SUCCESS |
FAILED).
log-destination-type - The type of destination for the flow log data (
cloud-watch-logs | s3 | kinesis-data-firehose).
flow-log-id - The ID of the flow log.
log-group-name - The name of the log group.
resource-id - The ID of the VPC, subnet, or network interface.
traffic-type - The type of traffic (ACCEPT | REJECT |
ALL).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the
tag key in the filter name and the tag value as the filter value. For example, to find all resources
that have a tag with the key Owner and the value TeamA, specify
tag:Owner for the filter name and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all
resources assigned a tag with a specific key, regardless of the tag value.
DescribeFlowLogsRequest.Builder filter(Filter... filter)
One or more filters.
deliver-log-status - The status of the logs delivery (SUCCESS | FAILED
).
log-destination-type - The type of destination for the flow log data (
cloud-watch-logs | s3 | kinesis-data-firehose).
flow-log-id - The ID of the flow log.
log-group-name - The name of the log group.
resource-id - The ID of the VPC, subnet, or network interface.
traffic-type - The type of traffic (ACCEPT | REJECT | ALL
).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key
in the filter name and the tag value as the filter value. For example, to find all resources that have a tag
with the key Owner and the value TeamA, specify tag:Owner for the
filter name and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
filter - One or more filters.
deliver-log-status - The status of the logs delivery (SUCCESS |
FAILED).
log-destination-type - The type of destination for the flow log data (
cloud-watch-logs | s3 | kinesis-data-firehose).
flow-log-id - The ID of the flow log.
log-group-name - The name of the log group.
resource-id - The ID of the VPC, subnet, or network interface.
traffic-type - The type of traffic (ACCEPT | REJECT |
ALL).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the
tag key in the filter name and the tag value as the filter value. For example, to find all resources
that have a tag with the key Owner and the value TeamA, specify
tag:Owner for the filter name and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all
resources assigned a tag with a specific key, regardless of the tag value.
DescribeFlowLogsRequest.Builder filter(Consumer<Filter.Builder>... filter)
One or more filters.
deliver-log-status - The status of the logs delivery (SUCCESS | FAILED
).
log-destination-type - The type of destination for the flow log data (
cloud-watch-logs | s3 | kinesis-data-firehose).
flow-log-id - The ID of the flow log.
log-group-name - The name of the log group.
resource-id - The ID of the VPC, subnet, or network interface.
traffic-type - The type of traffic (ACCEPT | REJECT | ALL
).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key
in the filter name and the tag value as the filter value. For example, to find all resources that have a tag
with the key Owner and the value TeamA, specify tag:Owner for the
filter name and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
Filter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filter(List.
filter - a consumer that will call methods on Filter.Builder#filter(java.util.Collection) DescribeFlowLogsRequest.Builder flowLogIds(Collection<String> flowLogIds)
One or more flow log IDs.
Constraint: Maximum of 1000 flow log IDs.
flowLogIds - One or more flow log IDs.
Constraint: Maximum of 1000 flow log IDs.
DescribeFlowLogsRequest.Builder flowLogIds(String... flowLogIds)
One or more flow log IDs.
Constraint: Maximum of 1000 flow log IDs.
flowLogIds - One or more flow log IDs.
Constraint: Maximum of 1000 flow log IDs.
DescribeFlowLogsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.DescribeFlowLogsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeFlowLogsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeFlowLogsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.