| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
static PathMatchType.Builder |
PathMatchType.builder() |
PathMatchType.Builder |
PathMatchType.Builder.exact(String exact)
An exact match of the path.
|
PathMatchType.Builder |
PathMatchType.Builder.prefix(String prefix)
A prefix match of the path.
|
PathMatchType.Builder |
PathMatchType.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PathMatchType.Builder> |
PathMatchType.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PathMatch.Builder |
PathMatch.Builder.match(Consumer<PathMatchType.Builder> match)
The type of path match.
|
Copyright © 2023. All rights reserved.