public class ProfileConfigBuilder extends ProfileConfigFluentImpl<ProfileConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ProfileConfig,ProfileConfigBuilder>
| Constructor and Description |
|---|
ProfileConfigBuilder() |
ProfileConfigBuilder(Boolean validationEnabled) |
ProfileConfigBuilder(ProfileConfig instance) |
ProfileConfigBuilder(ProfileConfig instance,
Boolean validationEnabled) |
ProfileConfigBuilder(ProfileConfigFluent<?> fluent) |
ProfileConfigBuilder(ProfileConfigFluent<?> fluent,
Boolean validationEnabled) |
ProfileConfigBuilder(ProfileConfigFluent<?> fluent,
ProfileConfig instance) |
ProfileConfigBuilder(ProfileConfigFluent<?> fluent,
ProfileConfig instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
ProfileConfig |
build() |
addToAdditionalProperties, addToAdditionalProperties, equals, getAdditionalProperties, getDebug, getTunedProfile, hasAdditionalProperties, hasDebug, hashCode, hasTunedProfile, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withDebug, withDebug, withTunedProfileaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ProfileConfigBuilder()
public ProfileConfigBuilder(Boolean validationEnabled)
public ProfileConfigBuilder(ProfileConfigFluent<?> fluent)
public ProfileConfigBuilder(ProfileConfigFluent<?> fluent, Boolean validationEnabled)
public ProfileConfigBuilder(ProfileConfigFluent<?> fluent, ProfileConfig instance)
public ProfileConfigBuilder(ProfileConfigFluent<?> fluent, ProfileConfig instance, Boolean validationEnabled)
public ProfileConfigBuilder(ProfileConfig instance)
public ProfileConfigBuilder(ProfileConfig instance, Boolean validationEnabled)
public ProfileConfig build()
build in interface io.fabric8.kubernetes.api.builder.Builder<ProfileConfig>Copyright © 2015–2022 Red Hat. All rights reserved.