Package com.oracle.bmc.apigateway.model
Class WildcardSelectionKey.Builder
- java.lang.Object
- 
- com.oracle.bmc.apigateway.model.WildcardSelectionKey.Builder
 
- 
- Enclosing class:
- WildcardSelectionKey
 
 public static class WildcardSelectionKey.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WildcardSelectionKeybuild()WildcardSelectionKey.Buildercopy(WildcardSelectionKey model)WildcardSelectionKey.Builderexpression(String expression)A selection key string containing a wildcard to match with the context variable in an incoming request.WildcardSelectionKey.BuilderisDefault(Boolean isDefault)WildcardSelectionKey.Buildername(String name)
 
- 
- 
- 
Method Detail- 
isDefaultpublic WildcardSelectionKey.Builder isDefault(Boolean isDefault) 
 - 
namepublic WildcardSelectionKey.Builder name(String name) 
 - 
expressionpublic WildcardSelectionKey.Builder expression(String expression) A selection key string containing a wildcard to match with the context variable in an incoming request.If the context variable matches the string, the request is sent to the route or authentication server associated with the selection key. Valid wildcards are ‘*’ (zero or more characters) and ‘+’ (one or more characters). The string can only contain one wildcard, and the wildcard must be at the start or the end of the string. - Parameters:
- expression- the value to set
- Returns:
- this builder
 
 - 
buildpublic WildcardSelectionKey build() 
 - 
copypublic WildcardSelectionKey.Builder copy(WildcardSelectionKey model) 
 
- 
 
-