@Generated(value="software.amazon.awssdk:codegen") public final class DescribeFlowLogsRequest extends Ec2Request implements ToCopyableBuilder<DescribeFlowLogsRequest.Builder,DescribeFlowLogsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeFlowLogsRequest.Builder |
| Modifier and Type | Method and 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.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return with a single call.
|
String |
nextToken()
The token for the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeFlowLogsRequest.Builder> |
serializableBuilderClass() |
DescribeFlowLogsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<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).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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).
public List<String> flowLogIds()
One or more flow log IDs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public 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.
nextToken value.public String nextToken()
The token for the next page of results.
public DescribeFlowLogsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeFlowLogsRequest.Builder,DescribeFlowLogsRequest>toBuilder in class Ec2Requestpublic static DescribeFlowLogsRequest.Builder builder()
public static Class<? extends DescribeFlowLogsRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.