@Stability(value=Stable)
public static interface CfnRoute.GrpcRouteMetadataMatchMethodProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRoute.GrpcRouteMetadataMatchMethodProperty.Builder
A builder for
CfnRoute.GrpcRouteMetadataMatchMethodProperty |
static class |
CfnRoute.GrpcRouteMetadataMatchMethodProperty.Jsii$Proxy
An implementation for
CfnRoute.GrpcRouteMetadataMatchMethodProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRoute.GrpcRouteMetadataMatchMethodProperty.Builder |
builder() |
default String |
getExact()
`CfnRoute.GrpcRouteMetadataMatchMethodProperty.Exact`.
|
default String |
getPrefix()
`CfnRoute.GrpcRouteMetadataMatchMethodProperty.Prefix`.
|
default Object |
getRange()
`CfnRoute.GrpcRouteMetadataMatchMethodProperty.Range`.
|
default String |
getRegex()
`CfnRoute.GrpcRouteMetadataMatchMethodProperty.Regex`.
|
default String |
getSuffix()
`CfnRoute.GrpcRouteMetadataMatchMethodProperty.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 CfnRoute.GrpcRouteMetadataMatchMethodProperty.Builder builder()
Copyright © 2021. All rights reserved.