@Stability(value=Stable)
public static interface CfnStateMachine.StateMachineSAMPTProperty
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.*;
StateMachineSAMPTProperty stateMachineSAMPTProperty = StateMachineSAMPTProperty.builder()
.stateMachineName("stateMachineName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStateMachine.StateMachineSAMPTProperty.Builder
A builder for
CfnStateMachine.StateMachineSAMPTProperty |
static class |
CfnStateMachine.StateMachineSAMPTProperty.Jsii$Proxy
An implementation for
CfnStateMachine.StateMachineSAMPTProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStateMachine.StateMachineSAMPTProperty.Builder |
builder() |
String |
getStateMachineName()
`CfnStateMachine.StateMachineSAMPTProperty.StateMachineName`.
|
@Stability(value=Stable) @NotNull String getStateMachineName()
@Stability(value=Stable) static CfnStateMachine.StateMachineSAMPTProperty.Builder builder()
Copyright © 2022. All rights reserved.