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>
OutboundConfig
builder when not reading it from configuration.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundConfig.Builder
addTarget(OutboundTarget config)
Add a new target configuration.OutboundConfig
build()
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:
build
in interfaceBuilder<OutboundConfig>
- Returns:
- new
OutboundConfig
instance
-
-