public static class AnyOfSelectionKey.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AnyOfSelectionKey |
build() |
AnyOfSelectionKey.Builder |
copy(AnyOfSelectionKey model) |
AnyOfSelectionKey.Builder |
isDefault(Boolean isDefault) |
AnyOfSelectionKey.Builder |
name(String name) |
AnyOfSelectionKey.Builder |
values(List<String> values)
The set of selection keys to match with the context variable in an incoming request.
|
public AnyOfSelectionKey.Builder isDefault(Boolean isDefault)
public AnyOfSelectionKey.Builder name(String name)
public AnyOfSelectionKey.Builder values(List<String> values)
The set of selection keys to match with the context variable in an incoming request. If the context variable exactly matches one of the keys in the set, the request is sent to the route or authentication server associated with the set.
values
- the value to setpublic AnyOfSelectionKey build()
public AnyOfSelectionKey.Builder copy(AnyOfSelectionKey model)
Copyright © 2016–2024. All rights reserved.