public class PropertySpecBuilder extends PropertySpecFluentImpl<PropertySpecBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<PropertySpec,PropertySpecBuilder>
| Constructor and Description |
|---|
PropertySpecBuilder() |
PropertySpecBuilder(Boolean validationEnabled) |
PropertySpecBuilder(PropertySpec instance) |
PropertySpecBuilder(PropertySpec instance,
Boolean validationEnabled) |
PropertySpecBuilder(PropertySpecFluent<?> fluent) |
PropertySpecBuilder(PropertySpecFluent<?> fluent,
Boolean validationEnabled) |
PropertySpecBuilder(PropertySpecFluent<?> fluent,
PropertySpec instance) |
PropertySpecBuilder(PropertySpecFluent<?> fluent,
PropertySpec instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
PropertySpec |
build() |
equals, getType, hashCode, hasType, toString, withTypeaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic PropertySpecBuilder()
public PropertySpecBuilder(Boolean validationEnabled)
public PropertySpecBuilder(PropertySpecFluent<?> fluent)
public PropertySpecBuilder(PropertySpecFluent<?> fluent, Boolean validationEnabled)
public PropertySpecBuilder(PropertySpecFluent<?> fluent, PropertySpec instance)
public PropertySpecBuilder(PropertySpecFluent<?> fluent, PropertySpec instance, Boolean validationEnabled)
public PropertySpecBuilder(PropertySpec instance)
public PropertySpecBuilder(PropertySpec instance, Boolean validationEnabled)
public PropertySpec build()
build in interface io.fabric8.kubernetes.api.builder.Builder<PropertySpec>Copyright © 2015–2023 Red Hat. All rights reserved.