Interface TrafficMirrorPortRange.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TrafficMirrorPortRange.Builder,,- TrafficMirrorPortRange> - SdkBuilder<TrafficMirrorPortRange.Builder,,- TrafficMirrorPortRange> - SdkPojo
- Enclosing class:
- TrafficMirrorPortRange
@Mutable
@NotThreadSafe
public static interface TrafficMirrorPortRange.Builder
extends SdkPojo, CopyableBuilder<TrafficMirrorPortRange.Builder,TrafficMirrorPortRange> 
- 
Method SummaryModifier and TypeMethodDescriptionThe start of the Traffic Mirror port range.The end of the Traffic Mirror port range.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
fromPortThe start of the Traffic Mirror port range. This applies to the TCP and UDP protocols. - Parameters:
- fromPort- The start of 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.
 
- 
toPortThe end of the Traffic Mirror port range. This applies to the TCP and UDP protocols. - Parameters:
- toPort- The end of 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.
 
 
-