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