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.deliverCrossAccountRole(String deliverCrossAccountRole) |
The ARN of the IAM role that allows the service to publish flow logs across accounts.
|
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 allows the service to publish logs to CloudWatch Logs.
|
FlowLog.Builder |
FlowLog.Builder.deliverLogsStatus(String deliverLogsStatus) |
The status of the logs delivery (SUCCESS | FAILED).
|
default FlowLog.Builder |
FlowLog.Builder.destinationOptions(Consumer<DestinationOptionsResponse.Builder> destinationOptions) |
The destination options.
|
FlowLog.Builder |
FlowLog.Builder.destinationOptions(DestinationOptionsResponse destinationOptions) |
The destination options.
|
FlowLog.Builder |
FlowLog.Builder.flowLogId(String flowLogId) |
The ID of the flow log.
|
FlowLog.Builder |
FlowLog.Builder.flowLogStatus(String flowLogStatus) |
The status of the flow log (ACTIVE).
|
FlowLog.Builder |
FlowLog.Builder.logDestination(String logDestination) |
The Amazon Resource Name (ARN) of the destination for the flow log data.
|
FlowLog.Builder |
FlowLog.Builder.logDestinationType(String logDestinationType) |
The type of destination for the flow log data.
|
FlowLog.Builder |
FlowLog.Builder.logDestinationType(LogDestinationType logDestinationType) |
The type of destination for the flow log data.
|
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 being monitored.
|
FlowLog.Builder |
FlowLog.Builder.tags(Collection<Tag> tags) |
The tags for the flow log.
|
FlowLog.Builder |
FlowLog.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags for the flow log.
|
FlowLog.Builder |
FlowLog.Builder.tags(Tag... tags) |
The tags for the flow log.
|
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.
|