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