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