public static interface NetworkInterfaceCountRequest.Builder extends SdkPojo, CopyableBuilder<NetworkInterfaceCountRequest.Builder,NetworkInterfaceCountRequest>
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceCountRequest.Builder |
max(Integer max)
The maximum number of network interfaces.
|
NetworkInterfaceCountRequest.Builder |
min(Integer min)
The minimum number of network interfaces.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
NetworkInterfaceCountRequest.Builder min(Integer min)
The minimum number of network interfaces. To specify no minimum limit, omit this parameter.
min
- The minimum number of network interfaces. To specify no minimum limit, omit this parameter.NetworkInterfaceCountRequest.Builder max(Integer max)
The maximum number of network interfaces. To specify no maximum limit, omit this parameter.
max
- The maximum number of network interfaces. To specify no maximum limit, omit this parameter.Copyright © 2023. All rights reserved.