@Stability(value=Experimental) public static final class GrpcGatewayRouteMatch.Builder extends Object implements software.amazon.jsii.Builder<GrpcGatewayRouteMatch>
GrpcGatewayRouteMatch| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GrpcGatewayRouteMatch |
build()
Builds the configured instance.
|
GrpcGatewayRouteMatch.Builder |
serviceName(String serviceName)
Sets the value of
GrpcGatewayRouteMatch.getServiceName() |
@Stability(value=Experimental) public GrpcGatewayRouteMatch.Builder serviceName(String serviceName)
GrpcGatewayRouteMatch.getServiceName()serviceName - The fully qualified domain name for the service to match from the request. This parameter is required.this@Stability(value=Experimental) public GrpcGatewayRouteMatch build()
build in interface software.amazon.jsii.Builder<GrpcGatewayRouteMatch>GrpcGatewayRouteMatchNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.