| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static FlowLog.Builder |
FlowLog.builder() |
FlowLog.Builder |
FlowLog.Builder.creationTime(Instant creationTime)
The date and time the flow log was created.
|
FlowLog.Builder |
FlowLog.Builder.deliverLogsErrorMessage(String deliverLogsErrorMessage)
Information about the error that occurred.
|
FlowLog.Builder |
FlowLog.Builder.deliverLogsPermissionArn(String deliverLogsPermissionArn)
The ARN of the IAM role that posts logs to CloudWatch Logs.
|
FlowLog.Builder |
FlowLog.Builder.deliverLogsStatus(String deliverLogsStatus)
The status of the logs delivery (
SUCCESS | FAILED). |
FlowLog.Builder |
FlowLog.Builder.flowLogId(String flowLogId)
The flow log ID.
|
FlowLog.Builder |
FlowLog.Builder.flowLogStatus(String flowLogStatus)
The status of the flow log (
ACTIVE). |
FlowLog.Builder |
FlowLog.Builder.logDestination(String logDestination)
Specifies the destination to which the flow log data is published.
|
FlowLog.Builder |
FlowLog.Builder.logDestinationType(LogDestinationType logDestinationType)
Specifies the type of destination to which the flow log data is published.
|
FlowLog.Builder |
FlowLog.Builder.logDestinationType(String logDestinationType)
Specifies the type of destination to which the flow log data is published.
|
FlowLog.Builder |
FlowLog.Builder.logFormat(String logFormat)
The format of the flow log record.
|
FlowLog.Builder |
FlowLog.Builder.logGroupName(String logGroupName)
The name of the flow log group.
|
FlowLog.Builder |
FlowLog.Builder.maxAggregationInterval(Integer maxAggregationInterval)
The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a
flow log record.
|
FlowLog.Builder |
FlowLog.Builder.resourceId(String resourceId)
The ID of the resource on which the flow log was created.
|
FlowLog.Builder |
FlowLog.toBuilder() |
FlowLog.Builder |
FlowLog.Builder.trafficType(String trafficType)
The type of traffic captured for the flow log.
|
FlowLog.Builder |
FlowLog.Builder.trafficType(TrafficType trafficType)
The type of traffic captured for the flow log.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FlowLog.Builder> |
FlowLog.serializableBuilderClass() |
Copyright © 2020. All rights reserved.