CopyableBuilder<DescribeFlowLogsRequest.Builder,DescribeFlowLogsRequest>
, SdkBuilder<DescribeFlowLogsRequest.Builder,DescribeFlowLogsRequest>
public static interface DescribeFlowLogsRequest.Builder extends CopyableBuilder<DescribeFlowLogsRequest.Builder,DescribeFlowLogsRequest>
Modifier and Type | Method | Description |
---|---|---|
DescribeFlowLogsRequest.Builder |
filter(Collection<Filter> filter) |
One or more filters.
|
DescribeFlowLogsRequest.Builder |
filter(Filter... filter) |
One or more filters.
|
DescribeFlowLogsRequest.Builder |
flowLogIds(String... flowLogIds) |
One or more flow log IDs.
|
DescribeFlowLogsRequest.Builder |
flowLogIds(Collection<String> flowLogIds) |
One or more flow log IDs.
|
DescribeFlowLogsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of results to return for the request in a single page.
|
DescribeFlowLogsRequest.Builder |
nextToken(String nextToken) |
The token to retrieve the next page of results.
|
copy
apply, build
DescribeFlowLogsRequest.Builder filter(Collection<Filter> filter)
One or more filters.
deliver-log-status
- The status of the logs delivery (SUCCESS
| FAILED
).
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
).
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
).
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
)
NOTE: This method appends the values to the existing list (if any). Use
#setFilter(java.util.Collection)
or #withFilter(java.util.Collection)
if you want to override
the existing values.
filter
- One or more filters.
deliver-log-status
- The status of the logs delivery (SUCCESS
|
FAILED
).
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 flowLogIds(Collection<String> flowLogIds)
One or more flow log IDs.
flowLogIds
- One or more flow log IDs.DescribeFlowLogsRequest.Builder flowLogIds(String... flowLogIds)
One or more flow log IDs.
NOTE: This method appends the values to the existing list (if any). Use
#setFlowLogIds(java.util.Collection)
or #withFlowLogIds(java.util.Collection)
if you want to
override the existing values.
flowLogIds
- One or more flow log IDs.DescribeFlowLogsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for the request in a single page. The remaining results can be seen
by sending another request with the returned NextToken
value. This value can be between 5 and
1000; if MaxResults
is given a value larger than 1000, only 1000 results are returned. You
cannot specify this parameter and the flow log IDs parameter in the same request.
maxResults
- The maximum number of results to return for the request in a single page. The remaining results can be
seen by sending another request with the returned NextToken
value. This value can be
between 5 and 1000; if MaxResults
is given a value larger than 1000, only 1000 results
are returned. You cannot specify this parameter and the flow log IDs parameter in the same request.DescribeFlowLogsRequest.Builder nextToken(String nextToken)
The token to retrieve the next page of results.
nextToken
- The token to retrieve the next page of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.