Class OutboundConfig.Builder
- java.lang.Object
-
- io.helidon.security.providers.common.OutboundConfig.Builder
-
- All Implemented Interfaces:
Builder<OutboundConfig>,Supplier<OutboundConfig>
- Enclosing class:
- OutboundConfig
public static final class OutboundConfig.Builder extends Object implements Builder<OutboundConfig>
OutboundConfigbuilder when not reading it from configuration.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundConfig.BuilderaddTarget(OutboundTarget config)Add a new target configuration.OutboundConfigbuild()Build targets from this builder.
-
-
-
Method Detail
-
addTarget
public OutboundConfig.Builder addTarget(OutboundTarget config)
Add a new target configuration.- Parameters:
config- target to add- Returns:
- updated builder instance
-
build
public OutboundConfig build()
Build targets from this builder.- Specified by:
buildin interfaceBuilder<OutboundConfig>- Returns:
- new
OutboundConfiginstance
-
-