Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateFlowLogsRequest.Builder
Packages that use CreateFlowLogsRequest.Builder
Package
Description
-
Uses of CreateFlowLogsRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type CreateFlowLogsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateFlowLogsResponse>Ec2AsyncClient.createFlowLogs(Consumer<CreateFlowLogsRequest.Builder> createFlowLogsRequest) Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC.default CreateFlowLogsResponseEc2Client.createFlowLogs(Consumer<CreateFlowLogsRequest.Builder> createFlowLogsRequest) Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet, or VPC. -
Uses of CreateFlowLogsRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateFlowLogsRequest.BuilderModifier and TypeMethodDescriptionCreateFlowLogsRequest.builder()CreateFlowLogsRequest.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateFlowLogsRequest.Builder.deliverCrossAccountRole(String deliverCrossAccountRole) The ARN of the IAM role that allows Amazon EC2 to publish flow logs across accounts.CreateFlowLogsRequest.Builder.deliverLogsPermissionArn(String deliverLogsPermissionArn) The ARN of the IAM role that allows Amazon EC2 to publish flow logs to the log destination.default CreateFlowLogsRequest.BuilderCreateFlowLogsRequest.Builder.destinationOptions(Consumer<DestinationOptionsRequest.Builder> destinationOptions) The destination options.CreateFlowLogsRequest.Builder.destinationOptions(DestinationOptionsRequest destinationOptions) The destination options.Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.CreateFlowLogsRequest.Builder.logDestination(String logDestination) The destination for the flow log data.CreateFlowLogsRequest.Builder.logDestinationType(String logDestinationType) The type of destination for the flow log data.CreateFlowLogsRequest.Builder.logDestinationType(LogDestinationType logDestinationType) The type of destination for the flow log data.The fields to include in the flow log record.CreateFlowLogsRequest.Builder.logGroupName(String logGroupName) The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs.CreateFlowLogsRequest.Builder.maxAggregationInterval(Integer maxAggregationInterval) The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record.CreateFlowLogsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateFlowLogsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateFlowLogsRequest.Builder.resourceIds(String... resourceIds) The IDs of the resources to monitor.CreateFlowLogsRequest.Builder.resourceIds(Collection<String> resourceIds) The IDs of the resources to monitor.CreateFlowLogsRequest.Builder.resourceType(String resourceType) The type of resource to monitor.CreateFlowLogsRequest.Builder.resourceType(FlowLogsResourceType resourceType) The type of resource to monitor.CreateFlowLogsRequest.Builder.tagSpecifications(Collection<TagSpecification> tagSpecifications) The tags to apply to the flow logs.CreateFlowLogsRequest.Builder.tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications) The tags to apply to the flow logs.CreateFlowLogsRequest.Builder.tagSpecifications(TagSpecification... tagSpecifications) The tags to apply to the flow logs.CreateFlowLogsRequest.toBuilder()CreateFlowLogsRequest.Builder.trafficType(String trafficType) The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).CreateFlowLogsRequest.Builder.trafficType(TrafficType trafficType) The type of traffic to monitor (accepted traffic, rejected traffic, or all traffic).Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateFlowLogsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateFlowLogsRequest.Builder>CreateFlowLogsRequest.serializableBuilderClass()