Uses of Interface
software.amazon.awssdk.services.ec2.model.TrafficMirrorSession.Builder
Packages that use TrafficMirrorSession.Builder
-
Uses of TrafficMirrorSession.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrafficMirrorSession.BuilderModifier and TypeMethodDescriptionstatic TrafficMirrorSession.BuilderTrafficMirrorSession.builder()TrafficMirrorSession.Builder.description(String description) The description of the Traffic Mirror session.TrafficMirrorSession.Builder.networkInterfaceId(String networkInterfaceId) The ID of the Traffic Mirror session's network interface.The ID of the account that owns the Traffic Mirror session.TrafficMirrorSession.Builder.packetLength(Integer packetLength) The number of bytes in each packet to mirror.TrafficMirrorSession.Builder.sessionNumber(Integer sessionNumber) The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions.TrafficMirrorSession.Builder.tags(Collection<Tag> tags) The tags assigned to the Traffic Mirror session.TrafficMirrorSession.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the Traffic Mirror session.The tags assigned to the Traffic Mirror session.TrafficMirrorSession.toBuilder()TrafficMirrorSession.Builder.trafficMirrorFilterId(String trafficMirrorFilterId) The ID of the Traffic Mirror filter.TrafficMirrorSession.Builder.trafficMirrorSessionId(String trafficMirrorSessionId) The ID for the Traffic Mirror session.TrafficMirrorSession.Builder.trafficMirrorTargetId(String trafficMirrorTargetId) The ID of the Traffic Mirror target.TrafficMirrorSession.Builder.virtualNetworkId(Integer virtualNetworkId) The virtual network ID associated with the Traffic Mirror session.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TrafficMirrorSession.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TrafficMirrorSession.Builder>TrafficMirrorSession.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TrafficMirrorSession.BuilderModifier and TypeMethodDescriptionCreateTrafficMirrorSessionResponse.Builder.trafficMirrorSession(Consumer<TrafficMirrorSession.Builder> trafficMirrorSession) Information about the Traffic Mirror session.ModifyTrafficMirrorSessionResponse.Builder.trafficMirrorSession(Consumer<TrafficMirrorSession.Builder> trafficMirrorSession) Information about the Traffic Mirror session.