public static interface GrpcGatewayRoute.Builder extends SdkPojo, CopyableBuilder<GrpcGatewayRoute.Builder,GrpcGatewayRoute>
| Modifier and Type | Method and Description |
|---|---|
default GrpcGatewayRoute.Builder |
action(Consumer<GrpcGatewayRouteAction.Builder> action)
An object that represents the action to take if a match is determined.
|
GrpcGatewayRoute.Builder |
action(GrpcGatewayRouteAction action)
An object that represents the action to take if a match is determined.
|
default GrpcGatewayRoute.Builder |
match(Consumer<GrpcGatewayRouteMatch.Builder> match)
An object that represents the criteria for determining a request match.
|
GrpcGatewayRoute.Builder |
match(GrpcGatewayRouteMatch match)
An object that represents the criteria for determining a request match.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGrpcGatewayRoute.Builder action(GrpcGatewayRouteAction action)
An object that represents the action to take if a match is determined.
action - An object that represents the action to take if a match is determined.default GrpcGatewayRoute.Builder action(Consumer<GrpcGatewayRouteAction.Builder> action)
An object that represents the action to take if a match is determined.
This is a convenience that creates an instance of theGrpcGatewayRouteAction.Builder avoiding the
need to create one manually via GrpcGatewayRouteAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to action(GrpcGatewayRouteAction).action - a consumer that will call methods on GrpcGatewayRouteAction.Builderaction(GrpcGatewayRouteAction)GrpcGatewayRoute.Builder match(GrpcGatewayRouteMatch match)
An object that represents the criteria for determining a request match.
match - An object that represents the criteria for determining a request match.default GrpcGatewayRoute.Builder match(Consumer<GrpcGatewayRouteMatch.Builder> match)
An object that represents the criteria for determining a request match.
This is a convenience that creates an instance of theGrpcGatewayRouteMatch.Builder avoiding the need
to create one manually via GrpcGatewayRouteMatch.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to match(GrpcGatewayRouteMatch).match - a consumer that will call methods on GrpcGatewayRouteMatch.Buildermatch(GrpcGatewayRouteMatch)Copyright © 2021. All rights reserved.