Package com.oracle.bmc.apigateway.model
Class AnyOfSelectionKey.Builder
- java.lang.Object
-
- com.oracle.bmc.apigateway.model.AnyOfSelectionKey.Builder
-
- Enclosing class:
- AnyOfSelectionKey
public static class AnyOfSelectionKey.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
isDefault
public AnyOfSelectionKey.Builder isDefault(Boolean isDefault)
-
name
public AnyOfSelectionKey.Builder name(String name)
-
values
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.
- Parameters:
values
- the value to set- Returns:
- this builder
-
build
public AnyOfSelectionKey build()
-
copy
public AnyOfSelectionKey.Builder copy(AnyOfSelectionKey model)
-
-