Uses of Interface
software.amazon.awssdk.services.ec2.model.FlowLog.Builder
Packages that use FlowLog.Builder
-
Uses of FlowLog.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FlowLog.BuilderModifier and TypeMethodDescriptionstatic FlowLog.BuilderFlowLog.builder()FlowLog.Builder.creationTime(Instant creationTime) The date and time the flow log was created.FlowLog.Builder.deliverCrossAccountRole(String deliverCrossAccountRole) The ARN of the IAM role that allows the service to publish flow logs across accounts.FlowLog.Builder.deliverLogsErrorMessage(String deliverLogsErrorMessage) Information about the error that occurred.FlowLog.Builder.deliverLogsPermissionArn(String deliverLogsPermissionArn) The ARN of the IAM role allows the service to publish logs to CloudWatch Logs.FlowLog.Builder.deliverLogsStatus(String deliverLogsStatus) The status of the logs delivery (SUCCESS|FAILED).default FlowLog.BuilderFlowLog.Builder.destinationOptions(Consumer<DestinationOptionsResponse.Builder> destinationOptions) The destination options.FlowLog.Builder.destinationOptions(DestinationOptionsResponse destinationOptions) The destination options.The ID of the flow log.FlowLog.Builder.flowLogStatus(String flowLogStatus) The status of the flow log (ACTIVE).FlowLog.Builder.logDestination(String logDestination) The Amazon Resource Name (ARN) of the destination for the flow log data.FlowLog.Builder.logDestinationType(String logDestinationType) The type of destination for the flow log data.FlowLog.Builder.logDestinationType(LogDestinationType logDestinationType) The type of destination for the flow log data.The format of the flow log record.FlowLog.Builder.logGroupName(String logGroupName) The name of the flow log group.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.resourceId(String resourceId) The ID of the resource being monitored.FlowLog.Builder.tags(Collection<Tag> tags) The tags for the flow log.FlowLog.Builder.tags(Consumer<Tag.Builder>... tags) The tags for the flow log.The tags for the flow log.FlowLog.toBuilder()FlowLog.Builder.trafficType(String trafficType) The type of traffic captured for the flow log.FlowLog.Builder.trafficType(TrafficType trafficType) The type of traffic captured for the flow log.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FlowLog.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FlowLog.Builder>FlowLog.serializableBuilderClass()