public static interface HttpPathMatch.Builder extends SdkPojo, CopyableBuilder<HttpPathMatch.Builder,HttpPathMatch>
| Modifier and Type | Method and Description |
|---|---|
HttpPathMatch.Builder |
exact(String exact)
The exact path to match on.
|
HttpPathMatch.Builder |
regex(String regex)
The regex used to match the path.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHttpPathMatch.Builder exact(String exact)
The exact path to match on.
exact - The exact path to match on.HttpPathMatch.Builder regex(String regex)
The regex used to match the path.
regex - The regex used to match the path.Copyright © 2023. All rights reserved.