@Stability(value=External) public static final class CfnStateMachineProps.Builder extends Object
CfnStateMachineProps| Constructor and Description |
|---|
Builder() |
@Stability(value=External) public CfnStateMachineProps.Builder definitionString(String definitionString)
CfnStateMachineProps.getDefinitionString()definitionString - `AWS::StepFunctions::StateMachine.DefinitionString`. This parameter is required.this@Stability(value=External) public CfnStateMachineProps.Builder roleArn(String roleArn)
CfnStateMachineProps.getRoleArn()roleArn - `AWS::StepFunctions::StateMachine.RoleArn`. This parameter is required.this@Stability(value=External) public CfnStateMachineProps.Builder loggingConfiguration(CfnStateMachine.LoggingConfigurationProperty loggingConfiguration)
CfnStateMachineProps.getLoggingConfiguration()loggingConfiguration - `AWS::StepFunctions::StateMachine.LoggingConfiguration`.this@Stability(value=External) public CfnStateMachineProps.Builder loggingConfiguration(IResolvable loggingConfiguration)
CfnStateMachineProps.getLoggingConfiguration()loggingConfiguration - `AWS::StepFunctions::StateMachine.LoggingConfiguration`.this@Stability(value=External) public CfnStateMachineProps.Builder stateMachineName(String stateMachineName)
CfnStateMachineProps.getStateMachineName()stateMachineName - `AWS::StepFunctions::StateMachine.StateMachineName`.this@Stability(value=External) public CfnStateMachineProps.Builder stateMachineType(String stateMachineType)
CfnStateMachineProps.getStateMachineType()stateMachineType - `AWS::StepFunctions::StateMachine.StateMachineType`.this@Stability(value=External) public CfnStateMachineProps.Builder tags(List<CfnStateMachine.TagsEntryProperty> tags)
CfnStateMachineProps.getTags()tags - `AWS::StepFunctions::StateMachine.Tags`.this@Stability(value=External) public CfnStateMachineProps build()
CfnStateMachinePropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.