public class KeyValueBuilder extends KeyValueFluentImpl<KeyValueBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<KeyValue,KeyValueBuilder>
| Constructor and Description |
|---|
KeyValueBuilder() |
KeyValueBuilder(Boolean validationEnabled) |
KeyValueBuilder(KeyValue instance) |
KeyValueBuilder(KeyValue instance,
Boolean validationEnabled) |
KeyValueBuilder(KeyValueFluent<?> fluent) |
KeyValueBuilder(KeyValueFluent<?> fluent,
Boolean validationEnabled) |
KeyValueBuilder(KeyValueFluent<?> fluent,
KeyValue instance) |
KeyValueBuilder(KeyValueFluent<?> fluent,
KeyValue instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
KeyValue |
build() |
addToAdditionalProperties, addToAdditionalProperties, equals, getAdditionalProperties, getKey, getValue, hasAdditionalProperties, hashCode, hasKey, hasValue, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withKey, withValueaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic KeyValueBuilder()
public KeyValueBuilder(Boolean validationEnabled)
public KeyValueBuilder(KeyValueFluent<?> fluent)
public KeyValueBuilder(KeyValueFluent<?> fluent, Boolean validationEnabled)
public KeyValueBuilder(KeyValueFluent<?> fluent, KeyValue instance)
public KeyValueBuilder(KeyValueFluent<?> fluent, KeyValue instance, Boolean validationEnabled)
public KeyValueBuilder(KeyValue instance)
Copyright © 2015–2023 Red Hat. All rights reserved.