@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() |
@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 auth(IResolvable auth)
CfnFunction.ApiEventProperty.getAuth()auth - `CfnFunction.ApiEventProperty.Auth`.this@Stability(value=Stable) public CfnFunction.ApiEventProperty.Builder auth(CfnFunction.AuthProperty auth)
CfnFunction.ApiEventProperty.getAuth()auth - `CfnFunction.ApiEventProperty.Auth`.this@Stability(value=Stable) public CfnFunction.ApiEventProperty.Builder requestModel(IResolvable requestModel)
CfnFunction.ApiEventProperty.getRequestModel()requestModel - `CfnFunction.ApiEventProperty.RequestModel`.this@Stability(value=Stable) public CfnFunction.ApiEventProperty.Builder requestModel(CfnFunction.RequestModelProperty requestModel)
CfnFunction.ApiEventProperty.getRequestModel()requestModel - `CfnFunction.ApiEventProperty.RequestModel`.this@Stability(value=Stable) public CfnFunction.ApiEventProperty.Builder requestParameters(IResolvable requestParameters)
CfnFunction.ApiEventProperty.getRequestParameters()requestParameters - `CfnFunction.ApiEventProperty.RequestParameters`.this@Stability(value=Stable) public CfnFunction.ApiEventProperty.Builder requestParameters(List<? extends Object> requestParameters)
CfnFunction.ApiEventProperty.getRequestParameters()requestParameters - `CfnFunction.ApiEventProperty.RequestParameters`.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 © 2023. All rights reserved.