public static interface PathMatch.Builder extends SdkPojo, CopyableBuilder<PathMatch.Builder,PathMatch>
| Modifier and Type | Method and Description |
|---|---|
PathMatch.Builder |
caseSensitive(Boolean caseSensitive)
Indicates whether the match is case sensitive.
|
default PathMatch.Builder |
match(Consumer<PathMatchType.Builder> match)
The type of path match.
|
PathMatch.Builder |
match(PathMatchType match)
The type of path match.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPathMatch.Builder caseSensitive(Boolean caseSensitive)
Indicates whether the match is case sensitive. Defaults to false.
caseSensitive - Indicates whether the match is case sensitive. Defaults to false.PathMatch.Builder match(PathMatchType match)
The type of path match.
match - The type of path match.default PathMatch.Builder match(Consumer<PathMatchType.Builder> match)
The type of path match.
This is a convenience method that creates an instance of thePathMatchType.Builder avoiding the need
to create one manually via PathMatchType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to match(PathMatchType).
match - a consumer that will call methods on PathMatchType.Buildermatch(PathMatchType)Copyright © 2023. All rights reserved.