Class OutboundConfig.Builder
java.lang.Object
io.helidon.security.providers.common.OutboundConfig.Builder
- All Implemented Interfaces:
Builder<OutboundConfig.Builder,
,OutboundConfig> Supplier<OutboundConfig>
- Enclosing class:
OutboundConfig
public static final class OutboundConfig.Builder
extends Object
implements Builder<OutboundConfig.Builder,OutboundConfig>
OutboundConfig
builder when not reading it from configuration.-
Method Details
-
addTarget
Add a new target configuration.- Parameters:
config
- target to add- Returns:
- updated builder instance
-
build
Build targets from this builder.- Specified by:
build
in interfaceBuilder<OutboundConfig.Builder,
OutboundConfig> - Returns:
- new
OutboundConfig
instance
-