@Stability(value=Stable) public static final class CfnRoute.HttpRouteMatchProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRoute.HttpRouteMatchProperty>
CfnRoute.HttpRouteMatchProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRoute.HttpRouteMatchProperty |
build()
Builds the configured instance.
|
CfnRoute.HttpRouteMatchProperty.Builder |
headers(IResolvable headers)
Sets the value of
CfnRoute.HttpRouteMatchProperty.getHeaders() |
CfnRoute.HttpRouteMatchProperty.Builder |
headers(List<? extends Object> headers)
Sets the value of
CfnRoute.HttpRouteMatchProperty.getHeaders() |
CfnRoute.HttpRouteMatchProperty.Builder |
method(String method)
Sets the value of
CfnRoute.HttpRouteMatchProperty.getMethod() |
CfnRoute.HttpRouteMatchProperty.Builder |
prefix(String prefix)
Sets the value of
CfnRoute.HttpRouteMatchProperty.getPrefix() |
CfnRoute.HttpRouteMatchProperty.Builder |
scheme(String scheme)
Sets the value of
CfnRoute.HttpRouteMatchProperty.getScheme() |
@Stability(value=Stable) public CfnRoute.HttpRouteMatchProperty.Builder prefix(String prefix)
CfnRoute.HttpRouteMatchProperty.getPrefix()prefix - `CfnRoute.HttpRouteMatchProperty.Prefix`. This parameter is required.this@Stability(value=Stable) public CfnRoute.HttpRouteMatchProperty.Builder headers(IResolvable headers)
CfnRoute.HttpRouteMatchProperty.getHeaders()headers - `CfnRoute.HttpRouteMatchProperty.Headers`.this@Stability(value=Stable) public CfnRoute.HttpRouteMatchProperty.Builder headers(List<? extends Object> headers)
CfnRoute.HttpRouteMatchProperty.getHeaders()headers - `CfnRoute.HttpRouteMatchProperty.Headers`.this@Stability(value=Stable) public CfnRoute.HttpRouteMatchProperty.Builder method(String method)
CfnRoute.HttpRouteMatchProperty.getMethod()method - `CfnRoute.HttpRouteMatchProperty.Method`.this@Stability(value=Stable) public CfnRoute.HttpRouteMatchProperty.Builder scheme(String scheme)
CfnRoute.HttpRouteMatchProperty.getScheme()scheme - `CfnRoute.HttpRouteMatchProperty.Scheme`.this@Stability(value=Stable) public CfnRoute.HttpRouteMatchProperty build()
build in interface software.amazon.jsii.Builder<CfnRoute.HttpRouteMatchProperty>CfnRoute.HttpRouteMatchPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.