public static interface PathMatchType.Builder extends SdkPojo, CopyableBuilder<PathMatchType.Builder,PathMatchType>
| Modifier and Type | Method and Description |
|---|---|
PathMatchType.Builder |
exact(String exact)
An exact match of the path.
|
PathMatchType.Builder |
prefix(String prefix)
A prefix match of the path.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPathMatchType.Builder exact(String exact)
An exact match of the path.
exact - An exact match of the path.PathMatchType.Builder prefix(String prefix)
A prefix match of the path.
prefix - A prefix match of the path.Copyright © 2023. All rights reserved.