| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static GrpcRouteMetadataMatchMethod.Builder |
GrpcRouteMetadataMatchMethod.builder() |
GrpcRouteMetadataMatchMethod.Builder |
GrpcRouteMetadataMatchMethod.Builder.exact(String exact)
The value sent by the client must match the specified value exactly.
|
GrpcRouteMetadataMatchMethod.Builder |
GrpcRouteMetadataMatchMethod.Builder.prefix(String prefix)
The value sent by the client must begin with the specified characters.
|
default GrpcRouteMetadataMatchMethod.Builder |
GrpcRouteMetadataMatchMethod.Builder.range(Consumer<MatchRange.Builder> range)
An object that represents the range of values to match on.
|
GrpcRouteMetadataMatchMethod.Builder |
GrpcRouteMetadataMatchMethod.Builder.range(MatchRange range)
An object that represents the range of values to match on.
|
GrpcRouteMetadataMatchMethod.Builder |
GrpcRouteMetadataMatchMethod.Builder.regex(String regex)
The value sent by the client must include the specified characters.
|
GrpcRouteMetadataMatchMethod.Builder |
GrpcRouteMetadataMatchMethod.Builder.suffix(String suffix)
The value sent by the client must end with the specified characters.
|
GrpcRouteMetadataMatchMethod.Builder |
GrpcRouteMetadataMatchMethod.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GrpcRouteMetadataMatchMethod.Builder> |
GrpcRouteMetadataMatchMethod.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GrpcRouteMetadata.Builder |
GrpcRouteMetadata.Builder.match(Consumer<GrpcRouteMetadataMatchMethod.Builder> match)
An object that represents the data to match from the request.
|
Copyright © 2021. All rights reserved.