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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrafficMirrorPortRangeRequest.BuilderfromPort(Integer fromPort)The first port in the Traffic Mirror port range.TrafficMirrorPortRangeRequest.BuildertoPort(Integer toPort)The last port in the Traffic Mirror port range.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fromPort
TrafficMirrorPortRangeRequest.Builder fromPort(Integer 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
TrafficMirrorPortRangeRequest.Builder toPort(Integer 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.
-
-