@Stability(value=Stable) public static final class CfnFunction.ApiEventProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFunction.ApiEventProperty>
CfnFunction.ApiEventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.ApiEventProperty |
build()
Builds the configured instance.
|
CfnFunction.ApiEventProperty.Builder |
method(String method)
Sets the value of
CfnFunction.ApiEventProperty.getMethod() |
CfnFunction.ApiEventProperty.Builder |
path(String path)
Sets the value of
CfnFunction.ApiEventProperty.getPath() |
CfnFunction.ApiEventProperty.Builder |
restApiId(String restApiId)
Sets the value of
CfnFunction.ApiEventProperty.getRestApiId() |
@Stability(value=Stable) public CfnFunction.ApiEventProperty.Builder method(String method)
CfnFunction.ApiEventProperty.getMethod()method - `CfnFunction.ApiEventProperty.Method`. This parameter is required.this@Stability(value=Stable) public CfnFunction.ApiEventProperty.Builder path(String path)
CfnFunction.ApiEventProperty.getPath()path - `CfnFunction.ApiEventProperty.Path`. This parameter is required.this@Stability(value=Stable) public CfnFunction.ApiEventProperty.Builder restApiId(String restApiId)
CfnFunction.ApiEventProperty.getRestApiId()restApiId - `CfnFunction.ApiEventProperty.RestApiId`.this@Stability(value=Stable) public CfnFunction.ApiEventProperty build()
build in interface software.amazon.jsii.Builder<CfnFunction.ApiEventProperty>CfnFunction.ApiEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.