@Stability(value=Stable)
public static interface CfnRoute.HttpRouteMatchProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRoute.HttpRouteMatchProperty.Builder
A builder for
CfnRoute.HttpRouteMatchProperty |
static class |
CfnRoute.HttpRouteMatchProperty.Jsii$Proxy
An implementation for
CfnRoute.HttpRouteMatchProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRoute.HttpRouteMatchProperty.Builder |
builder() |
default Object |
getHeaders()
`CfnRoute.HttpRouteMatchProperty.Headers`.
|
default String |
getMethod()
`CfnRoute.HttpRouteMatchProperty.Method`.
|
String |
getPrefix()
`CfnRoute.HttpRouteMatchProperty.Prefix`.
|
default String |
getScheme()
`CfnRoute.HttpRouteMatchProperty.Scheme`.
|
@Stability(value=Stable) @NotNull String getPrefix()
@Stability(value=Stable) @Nullable default Object getHeaders()
@Stability(value=Stable) @Nullable default String getMethod()
@Stability(value=Stable) @Nullable default String getScheme()
@Stability(value=Stable) static CfnRoute.HttpRouteMatchProperty.Builder builder()
Copyright © 2021. All rights reserved.