@Stability(value=Stable) public static final class CfnStateMachineProps.Builder extends Object implements software.amazon.jsii.Builder<CfnStateMachineProps>
CfnStateMachineProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnStateMachineProps.Builder roleArn(String roleArn)
CfnStateMachineProps.getRoleArn()roleArn - `AWS::StepFunctions::StateMachine.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnStateMachineProps.Builder definition(CfnStateMachine.DefinitionProperty definition)
CfnStateMachineProps.getDefinition()definition - `AWS::StepFunctions::StateMachine.Definition`.this@Stability(value=Stable) public CfnStateMachineProps.Builder definition(IResolvable definition)
CfnStateMachineProps.getDefinition()definition - `AWS::StepFunctions::StateMachine.Definition`.this@Stability(value=Stable) public CfnStateMachineProps.Builder definitionS3Location(CfnStateMachine.S3LocationProperty definitionS3Location)
CfnStateMachineProps.getDefinitionS3Location()definitionS3Location - `AWS::StepFunctions::StateMachine.DefinitionS3Location`.this@Stability(value=Stable) public CfnStateMachineProps.Builder definitionS3Location(IResolvable definitionS3Location)
CfnStateMachineProps.getDefinitionS3Location()definitionS3Location - `AWS::StepFunctions::StateMachine.DefinitionS3Location`.this@Stability(value=Stable) public CfnStateMachineProps.Builder definitionString(String definitionString)
CfnStateMachineProps.getDefinitionString()definitionString - `AWS::StepFunctions::StateMachine.DefinitionString`.this@Stability(value=Stable) public CfnStateMachineProps.Builder definitionSubstitutions(IResolvable definitionSubstitutions)
CfnStateMachineProps.getDefinitionSubstitutions()definitionSubstitutions - `AWS::StepFunctions::StateMachine.DefinitionSubstitutions`.this@Stability(value=Stable) public CfnStateMachineProps.Builder definitionSubstitutions(Map<String,String> definitionSubstitutions)
CfnStateMachineProps.getDefinitionSubstitutions()definitionSubstitutions - `AWS::StepFunctions::StateMachine.DefinitionSubstitutions`.this@Stability(value=Stable) public CfnStateMachineProps.Builder loggingConfiguration(CfnStateMachine.LoggingConfigurationProperty loggingConfiguration)
CfnStateMachineProps.getLoggingConfiguration()loggingConfiguration - `AWS::StepFunctions::StateMachine.LoggingConfiguration`.this@Stability(value=Stable) public CfnStateMachineProps.Builder loggingConfiguration(IResolvable loggingConfiguration)
CfnStateMachineProps.getLoggingConfiguration()loggingConfiguration - `AWS::StepFunctions::StateMachine.LoggingConfiguration`.this@Stability(value=Stable) public CfnStateMachineProps.Builder stateMachineName(String stateMachineName)
CfnStateMachineProps.getStateMachineName()stateMachineName - `AWS::StepFunctions::StateMachine.StateMachineName`.this@Stability(value=Stable) public CfnStateMachineProps.Builder stateMachineType(String stateMachineType)
CfnStateMachineProps.getStateMachineType()stateMachineType - `AWS::StepFunctions::StateMachine.StateMachineType`.this@Stability(value=Stable) public CfnStateMachineProps.Builder tags(List<? extends CfnStateMachine.TagsEntryProperty> tags)
CfnStateMachineProps.getTags()tags - `AWS::StepFunctions::StateMachine.Tags`.this@Stability(value=Stable) public CfnStateMachineProps.Builder tracingConfiguration(CfnStateMachine.TracingConfigurationProperty tracingConfiguration)
CfnStateMachineProps.getTracingConfiguration()tracingConfiguration - `AWS::StepFunctions::StateMachine.TracingConfiguration`.this@Stability(value=Stable) public CfnStateMachineProps.Builder tracingConfiguration(IResolvable tracingConfiguration)
CfnStateMachineProps.getTracingConfiguration()tracingConfiguration - `AWS::StepFunctions::StateMachine.TracingConfiguration`.this@Stability(value=Stable) public CfnStateMachineProps build()
build in interface software.amazon.jsii.Builder<CfnStateMachineProps>CfnStateMachinePropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.