Class ConfigContent.OverrideContent.Builder
java.lang.Object
io.helidon.config.spi.ConfigContent.Builder<ConfigContent.OverrideContent.Builder>
io.helidon.config.spi.ConfigContent.OverrideContent.Builder
- All Implemented Interfaces:
Builder<ConfigContent.OverrideContent.Builder, ConfigContent.OverrideContent>, Supplier<ConfigContent.OverrideContent>
- Enclosing interface:
ConfigContent.OverrideContent
public static class ConfigContent.OverrideContent.Builder
extends ConfigContent.Builder<ConfigContent.OverrideContent.Builder>
implements Builder<ConfigContent.OverrideContent.Builder, ConfigContent.OverrideContent>
Fluent API builder for
ConfigContent.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Build the instance from this builder.Data of this override source.Methods inherited from class ConfigContent.Builder
stampModifier and TypeMethodDescriptionContent stamp.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Builder
get, identity, updateModifier and TypeMethodDescriptiondefault ConfigContent.OverrideContentget()identity()Instance of this builder as the correct type.update(Consumer<ConfigContent.OverrideContent.Builder> consumer) Update the builder in a fluent API way.
-
Method Details
-
data
Data of this override source.- Parameters:
data- the data of this source- Returns:
- updated builder instance
-
build
Description copied from interface:BuilderBuild the instance from this builder.- Specified by:
buildin interfaceBuilder<ConfigContent.OverrideContent.Builder, ConfigContent.OverrideContent>- Returns:
- instance of the built type
-