Interface ServiceNodePortRange.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ServiceNodePortRange.Builder,,ServiceNodePortRange> SdkBuilder<ServiceNodePortRange.Builder,,ServiceNodePortRange> SdkPojo
- Enclosing class:
ServiceNodePortRange
@Mutable
@NotThreadSafe
public static interface ServiceNodePortRange.Builder
extends SdkPojo, CopyableBuilder<ServiceNodePortRange.Builder,ServiceNodePortRange>
-
Method Summary
Modifier and TypeMethodDescriptionThe maximum port number in the range.The minimum port number in the 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, sdkFieldNameToField, sdkFields
-
Method Details
-
minPort
The minimum port number in the range.
- Parameters:
minPort- The minimum port number in the range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxPort
The maximum port number in the range.
- Parameters:
maxPort- The maximum port number in the range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-