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