@Stability(value=Stable) public static final class CfnListener.RedirectConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnListener.RedirectConfigProperty>
CfnListener.RedirectConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnListener.RedirectConfigProperty |
build()
Builds the configured instance.
|
CfnListener.RedirectConfigProperty.Builder |
host(String host)
Sets the value of
CfnListener.RedirectConfigProperty.getHost() |
CfnListener.RedirectConfigProperty.Builder |
path(String path)
Sets the value of
CfnListener.RedirectConfigProperty.getPath() |
CfnListener.RedirectConfigProperty.Builder |
port(String port)
Sets the value of
CfnListener.RedirectConfigProperty.getPort() |
CfnListener.RedirectConfigProperty.Builder |
protocol(String protocol)
Sets the value of
CfnListener.RedirectConfigProperty.getProtocol() |
CfnListener.RedirectConfigProperty.Builder |
query(String query)
Sets the value of
CfnListener.RedirectConfigProperty.getQuery() |
CfnListener.RedirectConfigProperty.Builder |
statusCode(String statusCode)
Sets the value of
CfnListener.RedirectConfigProperty.getStatusCode() |
@Stability(value=Stable) public CfnListener.RedirectConfigProperty.Builder statusCode(String statusCode)
CfnListener.RedirectConfigProperty.getStatusCode()statusCode - `CfnListener.RedirectConfigProperty.StatusCode`. This parameter is required.this@Stability(value=Stable) public CfnListener.RedirectConfigProperty.Builder host(String host)
CfnListener.RedirectConfigProperty.getHost()host - `CfnListener.RedirectConfigProperty.Host`.this@Stability(value=Stable) public CfnListener.RedirectConfigProperty.Builder path(String path)
CfnListener.RedirectConfigProperty.getPath()path - `CfnListener.RedirectConfigProperty.Path`.this@Stability(value=Stable) public CfnListener.RedirectConfigProperty.Builder port(String port)
CfnListener.RedirectConfigProperty.getPort()port - `CfnListener.RedirectConfigProperty.Port`.this@Stability(value=Stable) public CfnListener.RedirectConfigProperty.Builder protocol(String protocol)
CfnListener.RedirectConfigProperty.getProtocol()protocol - `CfnListener.RedirectConfigProperty.Protocol`.this@Stability(value=Stable) public CfnListener.RedirectConfigProperty.Builder query(String query)
CfnListener.RedirectConfigProperty.getQuery()query - `CfnListener.RedirectConfigProperty.Query`.this@Stability(value=Stable) public CfnListener.RedirectConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnListener.RedirectConfigProperty>CfnListener.RedirectConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.