public static final class CfnFunction.ApiEventProperty.Builder extends Object
CfnFunction.ApiEventProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFunction.ApiEventProperty |
build()
Builds the configured instance.
|
CfnFunction.ApiEventProperty.Builder |
withMethod(String value)
Sets the value of Method
|
CfnFunction.ApiEventProperty.Builder |
withPath(String value)
Sets the value of Path
|
CfnFunction.ApiEventProperty.Builder |
withRestApiId(String value)
Sets the value of RestApiId
|
public CfnFunction.ApiEventProperty.Builder withMethod(String value)
value - `CfnFunction.ApiEventProperty.Method`.thispublic CfnFunction.ApiEventProperty.Builder withPath(String value)
value - `CfnFunction.ApiEventProperty.Path`.thispublic CfnFunction.ApiEventProperty.Builder withRestApiId(@Nullable String value)
value - `CfnFunction.ApiEventProperty.RestApiId`.thispublic CfnFunction.ApiEventProperty build()
CfnFunction.ApiEventPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.