@Stability(value=Stable)
public static interface CfnStateMachine.ApiEventProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
ApiEventProperty apiEventProperty = ApiEventProperty.builder()
.method("method")
.path("path")
// the properties below are optional
.restApiId("restApiId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStateMachine.ApiEventProperty.Builder
A builder for
CfnStateMachine.ApiEventProperty |
static class |
CfnStateMachine.ApiEventProperty.Jsii$Proxy
An implementation for
CfnStateMachine.ApiEventProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStateMachine.ApiEventProperty.Builder |
builder() |
String |
getMethod()
`CfnStateMachine.ApiEventProperty.Method`.
|
String |
getPath()
`CfnStateMachine.ApiEventProperty.Path`.
|
default String |
getRestApiId()
`CfnStateMachine.ApiEventProperty.RestApiId`.
|
@Stability(value=Stable) @NotNull String getMethod()
@Stability(value=Stable) @NotNull String getPath()
@Stability(value=Stable) @Nullable default String getRestApiId()
@Stability(value=Stable) static CfnStateMachine.ApiEventProperty.Builder builder()
Copyright © 2023. All rights reserved.