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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AnyOfSelectionKeybuild()AnyOfSelectionKey.Buildercopy(AnyOfSelectionKey model)AnyOfSelectionKey.BuilderisDefault(Boolean isDefault)AnyOfSelectionKey.Buildername(String name)AnyOfSelectionKey.Buildervalues(List<String> values)The set of selection keys to match with the context variable in an incoming request.
 
- 
- 
- 
Method Detail- 
isDefaultpublic AnyOfSelectionKey.Builder isDefault(Boolean isDefault) 
 - 
namepublic AnyOfSelectionKey.Builder name(String name) 
 - 
valuespublic 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
 
 - 
buildpublic AnyOfSelectionKey build() 
 - 
copypublic AnyOfSelectionKey.Builder copy(AnyOfSelectionKey model) 
 
- 
 
-