Interface TrafficMirrorPortRangeRequest.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TrafficMirrorPortRangeRequest.Builder,,TrafficMirrorPortRangeRequest> SdkBuilder<TrafficMirrorPortRangeRequest.Builder,,TrafficMirrorPortRangeRequest> SdkPojo
- Enclosing class:
 TrafficMirrorPortRangeRequest
public static interface TrafficMirrorPortRangeRequest.Builder
extends SdkPojo, CopyableBuilder<TrafficMirrorPortRangeRequest.Builder,TrafficMirrorPortRangeRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe first port in the Traffic Mirror port range.The last port in the Traffic Mirror port range.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
fromPort
The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.
- Parameters:
 fromPort- The first port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
toPort
The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.
- Parameters:
 toPort- The last port in the Traffic Mirror port range. This applies to the TCP and UDP protocols.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -