public class ParallelListBuilder extends ParallelListFluentImpl<ParallelListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ParallelList,ParallelListBuilder>
ParallelListFluent.ItemsNested<N>| Constructor and Description |
|---|
ParallelListBuilder() |
ParallelListBuilder(Boolean validationEnabled) |
ParallelListBuilder(ParallelList instance) |
ParallelListBuilder(ParallelList instance,
Boolean validationEnabled) |
ParallelListBuilder(ParallelListFluent<?> fluent) |
ParallelListBuilder(ParallelListFluent<?> fluent,
Boolean validationEnabled) |
ParallelListBuilder(ParallelListFluent<?> fluent,
ParallelList instance) |
ParallelListBuilder(ParallelListFluent<?> fluent,
ParallelList instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
ParallelList |
build() |
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadataaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ParallelListBuilder()
public ParallelListBuilder(Boolean validationEnabled)
public ParallelListBuilder(ParallelListFluent<?> fluent)
public ParallelListBuilder(ParallelListFluent<?> fluent, Boolean validationEnabled)
public ParallelListBuilder(ParallelListFluent<?> fluent, ParallelList instance)
public ParallelListBuilder(ParallelListFluent<?> fluent, ParallelList instance, Boolean validationEnabled)
public ParallelListBuilder(ParallelList instance)
public ParallelListBuilder(ParallelList instance, Boolean validationEnabled)
public ParallelList build()
build in interface io.fabric8.kubernetes.api.builder.Builder<ParallelList>Copyright © 2015–2022 Red Hat. All rights reserved.