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