Uses of Class
com.oracle.bmc.loadbalancer.model.PathMatchCondition.Builder
-
Packages that use PathMatchCondition.Builder Package Description com.oracle.bmc.loadbalancer.model -
-
Uses of PathMatchCondition.Builder in com.oracle.bmc.loadbalancer.model
Methods in com.oracle.bmc.loadbalancer.model that return PathMatchCondition.Builder Modifier and Type Method Description PathMatchCondition.Builder
PathMatchCondition.Builder. attributeValue(String attributeValue)
The path string that the redirection rule applies to.static PathMatchCondition.Builder
PathMatchCondition. builder()
Create a new builder.PathMatchCondition.Builder
PathMatchCondition.Builder. copy(PathMatchCondition model)
PathMatchCondition.Builder
PathMatchCondition.Builder. operator(PathMatchCondition.Operator operator)
A string that specifies how to compare the PathMatchCondition object’s attributeValue string to the incoming URI.PathMatchCondition.Builder
PathMatchCondition. toBuilder()
-