Uses of Class
software.amazon.awscdk.services.ec2.CfnTrafficMirrorSessionProps.Builder
Packages that use CfnTrafficMirrorSessionProps.Builder
-
Uses of CfnTrafficMirrorSessionProps.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnTrafficMirrorSessionProps.BuilderModifier and TypeMethodDescriptionCfnTrafficMirrorSessionProps.builder()
CfnTrafficMirrorSessionProps.Builder.description
(String description) Sets the value ofCfnTrafficMirrorSessionProps.getDescription()
CfnTrafficMirrorSessionProps.Builder.networkInterfaceId
(String networkInterfaceId) Sets the value ofCfnTrafficMirrorSessionProps.getNetworkInterfaceId()
Sets the value ofCfnTrafficMirrorSessionProps.getOwnerId()
CfnTrafficMirrorSessionProps.Builder.packetLength
(Number packetLength) Sets the value ofCfnTrafficMirrorSessionProps.getPacketLength()
CfnTrafficMirrorSessionProps.Builder.sessionNumber
(Number sessionNumber) Sets the value ofCfnTrafficMirrorSessionProps.getSessionNumber()
Sets the value ofCfnTrafficMirrorSessionProps.getTags()
CfnTrafficMirrorSessionProps.Builder.trafficMirrorFilterId
(String trafficMirrorFilterId) Sets the value ofCfnTrafficMirrorSessionProps.getTrafficMirrorFilterId()
CfnTrafficMirrorSessionProps.Builder.trafficMirrorTargetId
(String trafficMirrorTargetId) Sets the value ofCfnTrafficMirrorSessionProps.getTrafficMirrorTargetId()
CfnTrafficMirrorSessionProps.Builder.virtualNetworkId
(Number virtualNetworkId) Sets the value ofCfnTrafficMirrorSessionProps.getVirtualNetworkId()
Constructors in software.amazon.awscdk.services.ec2 with parameters of type CfnTrafficMirrorSessionProps.BuilderModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTrafficMirrorSessionProps.Builder
.