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 |
|---|---|
EditableBandwidthSpec |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getBuffer, getLimit, getMinburst, getPeakrate, getRate, hasBuffer, hasLimit, hasMinburst, hasPeakrate, hasRate, withBuffer, withLimit, withMinburst, withNewRate, withPeakrate, withRateaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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 EditableBandwidthSpec build()
build in interface io.fabric8.kubernetes.api.builder.Builder<BandwidthSpec>public boolean equals(Object o)
equals in class BandwidthSpecFluentImpl<BandwidthSpecBuilder>public int hashCode()
hashCode in class BandwidthSpecFluentImpl<BandwidthSpecBuilder>Copyright © 2015–2021 Red Hat. All rights reserved.