Uses of Class
software.amazon.awscdk.services.stepfunctions.CfnStateMachineVersionProps.Builder
Package
Description
AWS Step Functions Construct Library
-
Uses of CfnStateMachineVersionProps.Builder in software.amazon.awscdk.services.stepfunctions
Modifier and TypeMethodDescriptionCfnStateMachineVersionProps.builder()
CfnStateMachineVersionProps.Builder.description
(String description) Sets the value ofCfnStateMachineVersionProps.getDescription()
CfnStateMachineVersionProps.Builder.stateMachineArn
(String stateMachineArn) Sets the value ofCfnStateMachineVersionProps.getStateMachineArn()
CfnStateMachineVersionProps.Builder.stateMachineRevisionId
(String stateMachineRevisionId) Sets the value ofCfnStateMachineVersionProps.getStateMachineRevisionId()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStateMachineVersionProps.Builder
.