Uses of Interface
software.amazon.awssdk.services.ec2.model.TrafficMirrorFilter.Builder
Packages that use TrafficMirrorFilter.Builder
-
Uses of TrafficMirrorFilter.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrafficMirrorFilter.BuilderModifier and TypeMethodDescriptionstatic TrafficMirrorFilter.BuilderTrafficMirrorFilter.builder()TrafficMirrorFilter.Builder.description(String description) The description of the Traffic Mirror filter.TrafficMirrorFilter.Builder.egressFilterRules(Collection<TrafficMirrorFilterRule> egressFilterRules) Information about the egress rules that are associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder.egressFilterRules(Consumer<TrafficMirrorFilterRule.Builder>... egressFilterRules) Information about the egress rules that are associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder.egressFilterRules(TrafficMirrorFilterRule... egressFilterRules) Information about the egress rules that are associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder.ingressFilterRules(Collection<TrafficMirrorFilterRule> ingressFilterRules) Information about the ingress rules that are associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder.ingressFilterRules(Consumer<TrafficMirrorFilterRule.Builder>... ingressFilterRules) Information about the ingress rules that are associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder.ingressFilterRules(TrafficMirrorFilterRule... ingressFilterRules) Information about the ingress rules that are associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder.networkServices(Collection<TrafficMirrorNetworkService> networkServices) The network service traffic that is associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder.networkServices(TrafficMirrorNetworkService... networkServices) The network service traffic that is associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder.networkServicesWithStrings(String... networkServices) The network service traffic that is associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder.networkServicesWithStrings(Collection<String> networkServices) The network service traffic that is associated with the Traffic Mirror filter.TrafficMirrorFilter.Builder.tags(Collection<Tag> tags) The tags assigned to the Traffic Mirror filter.TrafficMirrorFilter.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the Traffic Mirror filter.The tags assigned to the Traffic Mirror filter.TrafficMirrorFilter.toBuilder()TrafficMirrorFilter.Builder.trafficMirrorFilterId(String trafficMirrorFilterId) The ID of the Traffic Mirror filter.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TrafficMirrorFilter.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TrafficMirrorFilter.Builder>TrafficMirrorFilter.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TrafficMirrorFilter.BuilderModifier and TypeMethodDescriptionCreateTrafficMirrorFilterResponse.Builder.trafficMirrorFilter(Consumer<TrafficMirrorFilter.Builder> trafficMirrorFilter) Information about the Traffic Mirror filter.ModifyTrafficMirrorFilterNetworkServicesResponse.Builder.trafficMirrorFilter(Consumer<TrafficMirrorFilter.Builder> trafficMirrorFilter) The Traffic Mirror filter that the network service is associated with.