@Stability(value=Stable)
public static interface CfnGatewayRoute.GatewayRouteMetadataMatchProperty
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.*;
GatewayRouteMetadataMatchProperty gatewayRouteMetadataMatchProperty = GatewayRouteMetadataMatchProperty.builder()
.exact("exact")
.prefix("prefix")
.range(GatewayRouteRangeMatchProperty.builder()
.end(123)
.start(123)
.build())
.regex("regex")
.suffix("suffix")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Builder
A builder for
CfnGatewayRoute.GatewayRouteMetadataMatchProperty |
static class |
CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Jsii$Proxy
An implementation for
CfnGatewayRoute.GatewayRouteMetadataMatchProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Builder |
builder() |
default String |
getExact()
`CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Exact`.
|
default String |
getPrefix()
`CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Prefix`.
|
default Object |
getRange()
`CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Range`.
|
default String |
getRegex()
`CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Regex`.
|
default String |
getSuffix()
`CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Suffix`.
|
@Stability(value=Stable) @Nullable default String getExact()
@Stability(value=Stable) @Nullable default String getPrefix()
@Stability(value=Stable) @Nullable default Object getRange()
@Stability(value=Stable) @Nullable default String getRegex()
@Stability(value=Stable) @Nullable default String getSuffix()
@Stability(value=Stable) static CfnGatewayRoute.GatewayRouteMetadataMatchProperty.Builder builder()
Copyright © 2021. All rights reserved.