Class ShapeNetworkBandwidthOptions.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerengine.model.ShapeNetworkBandwidthOptions.Builder
 
- 
- Enclosing class:
- ShapeNetworkBandwidthOptions
 
 public static class ShapeNetworkBandwidthOptions.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ShapeNetworkBandwidthOptionsbuild()ShapeNetworkBandwidthOptions.Buildercopy(ShapeNetworkBandwidthOptions model)ShapeNetworkBandwidthOptions.BuilderdefaultPerOcpuInGbps(Float defaultPerOcpuInGbps)The default amount of networking bandwidth per OCPU, in gigabits per second.ShapeNetworkBandwidthOptions.BuildermaxInGbps(Float maxInGbps)The maximum amount of networking bandwidth, in gigabits per second.ShapeNetworkBandwidthOptions.BuilderminInGbps(Float minInGbps)The minimum amount of networking bandwidth, in gigabits per second.
 
- 
- 
- 
Method Detail- 
minInGbpspublic ShapeNetworkBandwidthOptions.Builder minInGbps(Float minInGbps) The minimum amount of networking bandwidth, in gigabits per second.- Parameters:
- minInGbps- the value to set
- Returns:
- this builder
 
 - 
maxInGbpspublic ShapeNetworkBandwidthOptions.Builder maxInGbps(Float maxInGbps) The maximum amount of networking bandwidth, in gigabits per second.- Parameters:
- maxInGbps- the value to set
- Returns:
- this builder
 
 - 
defaultPerOcpuInGbpspublic ShapeNetworkBandwidthOptions.Builder defaultPerOcpuInGbps(Float defaultPerOcpuInGbps) The default amount of networking bandwidth per OCPU, in gigabits per second.- Parameters:
- defaultPerOcpuInGbps- the value to set
- Returns:
- this builder
 
 - 
buildpublic ShapeNetworkBandwidthOptions build() 
 - 
copypublic ShapeNetworkBandwidthOptions.Builder copy(ShapeNetworkBandwidthOptions model) 
 
- 
 
-