Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeFlowLogsRequest.Builder,DescribeFlowLogsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeFlowLogsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeFlowLogsRequest.Builder,DescribeFlowLogsRequest>
Contains the parameters for DescribeFlowLogs.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeFlowLogsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeFlowLogsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<Filter> |
filter() |
One or more filters.
|
List<String> |
flowLogIds() |
One or more flow log IDs.
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of results to return for the request in a single page.
|
String |
nextToken() |
The token to retrieve the next page of results.
|
static Class<? extends DescribeFlowLogsRequest.Builder> |
serializableBuilderClass() |
|
DescribeFlowLogsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<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
)
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
)
public List<String> flowLogIds()
One or more flow log IDs.
public 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.
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.public String nextToken()
The token to retrieve the next page of results.
public DescribeFlowLogsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeFlowLogsRequest.Builder,DescribeFlowLogsRequest>
public static DescribeFlowLogsRequest.Builder builder()
public static Class<? extends DescribeFlowLogsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.