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 to which the flow log publishes data. Possible
destination types include cloud-watch-logs and S3.
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
).
filter - One or more filters.
deliver-log-status - The status of the logs delivery (SUCCESS |
FAILED).
log-destination-type - The type of destination to which the flow log publishes data.
Possible destination types include cloud-watch-logs and S3.
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).
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 to which the flow log publishes data. Possible
destination types include cloud-watch-logs and S3.
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
).
filter - One or more filters.
deliver-log-status - The status of the logs delivery (SUCCESS |
FAILED).
log-destination-type - The type of destination to which the flow log publishes data.
Possible destination types include cloud-watch-logs and S3.
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).
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 to which the flow log publishes data. Possible
destination types include cloud-watch-logs and S3.
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
).
List.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 #filter(List) .filter - a consumer that will call methods on List.Builder #filter(List) 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 © 2020. All rights reserved.