Interface NetworkBandwidthGbpsRequest.Builder

All Superinterfaces:
Buildable, CopyableBuilder<NetworkBandwidthGbpsRequest.Builder,NetworkBandwidthGbpsRequest>, SdkBuilder<NetworkBandwidthGbpsRequest.Builder,NetworkBandwidthGbpsRequest>, SdkPojo
Enclosing class:
NetworkBandwidthGbpsRequest

public static interface NetworkBandwidthGbpsRequest.Builder extends SdkPojo, CopyableBuilder<NetworkBandwidthGbpsRequest.Builder,NetworkBandwidthGbpsRequest>
  • Method Details

    • min

      The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.

      Parameters:
      min - The minimum amount of network bandwidth, in Gbps. To specify no minimum limit, omit this parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • max

      The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.

      Parameters:
      max - The maximum amount of network bandwidth, in Gbps. To specify no maximum limit, omit this parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.