public static interface GrpcRouteMetadata.Builder extends SdkPojo, CopyableBuilder<GrpcRouteMetadata.Builder,GrpcRouteMetadata>
| Modifier and Type | Method and Description |
|---|---|
GrpcRouteMetadata.Builder |
invert(Boolean invert)
Specify
True to match anything except the match criteria. |
default GrpcRouteMetadata.Builder |
match(Consumer<GrpcRouteMetadataMatchMethod.Builder> match)
An object that represents the data to match from the request.
|
GrpcRouteMetadata.Builder |
match(GrpcRouteMetadataMatchMethod match)
An object that represents the data to match from the request.
|
GrpcRouteMetadata.Builder |
name(String name)
The name of the route.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGrpcRouteMetadata.Builder invert(Boolean invert)
Specify True to match anything except the match criteria. The default value is
False.
invert - Specify True to match anything except the match criteria. The default value is
False.GrpcRouteMetadata.Builder match(GrpcRouteMetadataMatchMethod match)
An object that represents the data to match from the request.
match - An object that represents the data to match from the request.default GrpcRouteMetadata.Builder match(Consumer<GrpcRouteMetadataMatchMethod.Builder> match)
An object that represents the data to match from the request.
This is a convenience that creates an instance of theGrpcRouteMetadataMatchMethod.Builder avoiding
the need to create one manually via GrpcRouteMetadataMatchMethod.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to match(GrpcRouteMetadataMatchMethod).match - a consumer that will call methods on GrpcRouteMetadataMatchMethod.Buildermatch(GrpcRouteMetadataMatchMethod)GrpcRouteMetadata.Builder name(String name)
The name of the route.
name - The name of the route.Copyright © 2021. All rights reserved.