public static interface TrafficMirrorPortRange.Builder extends SdkPojo, CopyableBuilder<TrafficMirrorPortRange.Builder,TrafficMirrorPortRange>
Modifier and Type | Method and Description |
---|---|
TrafficMirrorPortRange.Builder |
fromPort(Integer fromPort)
The start of the Traffic Mirror port range.
|
TrafficMirrorPortRange.Builder |
toPort(Integer toPort)
The end of the Traffic Mirror port range.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
TrafficMirrorPortRange.Builder fromPort(Integer fromPort)
The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.
fromPort
- The start of the Traffic Mirror port range. This applies to the TCP and UDP protocols.TrafficMirrorPortRange.Builder toPort(Integer toPort)
The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.
toPort
- The end of the Traffic Mirror port range. This applies to the TCP and UDP protocols.Copyright © 2022. All rights reserved.