@Stability(value=Stable)
public static interface CfnGatewayRoute.GrpcGatewayRouteMetadataProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.appmesh.*;
GrpcGatewayRouteMetadataProperty grpcGatewayRouteMetadataProperty = GrpcGatewayRouteMetadataProperty.builder()
.name("name")
// the properties below are optional
.invert(false)
.match(GatewayRouteMetadataMatchProperty.builder()
.exact("exact")
.prefix("prefix")
.range(GatewayRouteRangeMatchProperty.builder()
.end(123)
.start(123)
.build())
.regex("regex")
.suffix("suffix")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGatewayRoute.GrpcGatewayRouteMetadataProperty.Builder
A builder for
CfnGatewayRoute.GrpcGatewayRouteMetadataProperty |
static class |
CfnGatewayRoute.GrpcGatewayRouteMetadataProperty.Jsii$Proxy
An implementation for
CfnGatewayRoute.GrpcGatewayRouteMetadataProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGatewayRoute.GrpcGatewayRouteMetadataProperty.Builder |
builder() |
default Object |
getInvert()
`CfnGatewayRoute.GrpcGatewayRouteMetadataProperty.Invert`.
|
default Object |
getMatch()
`CfnGatewayRoute.GrpcGatewayRouteMetadataProperty.Match`.
|
String |
getName()
`CfnGatewayRoute.GrpcGatewayRouteMetadataProperty.Name`.
|
@Stability(value=Stable) @Nullable default Object getInvert()
@Stability(value=Stable) @Nullable default Object getMatch()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) static CfnGatewayRoute.GrpcGatewayRouteMetadataProperty.Builder builder()
Copyright © 2021. All rights reserved.