public class BandwidthSpecBuilder extends BandwidthSpecFluentImpl<BandwidthSpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<BandwidthSpec,BandwidthSpecBuilder>
| Constructor and Description |
|---|
BandwidthSpecBuilder() |
BandwidthSpecBuilder(BandwidthSpec instance) |
BandwidthSpecBuilder(BandwidthSpec instance,
Boolean validationEnabled) |
BandwidthSpecBuilder(BandwidthSpecFluent<?> fluent) |
BandwidthSpecBuilder(BandwidthSpecFluent<?> fluent,
BandwidthSpec instance) |
BandwidthSpecBuilder(BandwidthSpecFluent<?> fluent,
BandwidthSpec instance,
Boolean validationEnabled) |
BandwidthSpecBuilder(BandwidthSpecFluent<?> fluent,
Boolean validationEnabled) |
BandwidthSpecBuilder(Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
BandwidthSpec |
build() |
equals, getBuffer, getLimit, getMinburst, getPeakrate, getRate, hasBuffer, hashCode, hasLimit, hasMinburst, hasPeakrate, hasRate, toString, withBuffer, withLimit, withMinburst, withPeakrate, withRateaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic BandwidthSpecBuilder()
public BandwidthSpecBuilder(Boolean validationEnabled)
public BandwidthSpecBuilder(BandwidthSpecFluent<?> fluent)
public BandwidthSpecBuilder(BandwidthSpecFluent<?> fluent, Boolean validationEnabled)
public BandwidthSpecBuilder(BandwidthSpecFluent<?> fluent, BandwidthSpec instance)
public BandwidthSpecBuilder(BandwidthSpecFluent<?> fluent, BandwidthSpec instance, Boolean validationEnabled)
public BandwidthSpecBuilder(BandwidthSpec instance)
public BandwidthSpecBuilder(BandwidthSpec instance, Boolean validationEnabled)
public BandwidthSpec build()
build in interface io.fabric8.kubernetes.api.builder.Builder<BandwidthSpec>Copyright © 2015–2023 Red Hat. All rights reserved.