Interface CfnStateMachine.StateMachineSAMPTProperty
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 CfnStateMachine.StateMachineSAMPTProperty.Jsii$Proxy
- Enclosing class:
 - CfnStateMachine
 
@Stability(Stable)
public static interface CfnStateMachine.StateMachineSAMPTProperty
extends software.amazon.jsii.JsiiSerializable
Example:
 
 // 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();
 - 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnStateMachine.StateMachineSAMPTPropertystatic final classAn implementation forCfnStateMachine.StateMachineSAMPTProperty - 
Method Summary
Modifier and TypeMethodDescriptionbuilder()CfnStateMachine.StateMachineSAMPTProperty.StateMachineName.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getStateMachineName
CfnStateMachine.StateMachineSAMPTProperty.StateMachineName. - 
builder
 
 -