Uses of Interface
software.amazon.awscdk.services.stepfunctions.CfnStateMachine.S3LocationProperty
Packages that use CfnStateMachine.S3LocationProperty
Package
Description
AWS Step Functions Construct Library
-
Uses of CfnStateMachine.S3LocationProperty in software.amazon.awscdk.services.stepfunctions
Classes in software.amazon.awscdk.services.stepfunctions that implement CfnStateMachine.S3LocationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnStateMachine.S3LocationPropertyMethods in software.amazon.awscdk.services.stepfunctions that return CfnStateMachine.S3LocationPropertyModifier and TypeMethodDescriptionCfnStateMachine.S3LocationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.stepfunctions with parameters of type CfnStateMachine.S3LocationPropertyModifier and TypeMethodDescriptionCfnStateMachine.Builder.definitionS3Location(CfnStateMachine.S3LocationProperty definitionS3Location) The name of the S3 bucket where the state machine definition is stored.CfnStateMachineProps.Builder.definitionS3Location(CfnStateMachine.S3LocationProperty definitionS3Location) Sets the value ofCfnStateMachineProps.getDefinitionS3Location()voidCfnStateMachine.setDefinitionS3Location(CfnStateMachine.S3LocationProperty value) The name of the S3 bucket where the state machine definition is stored.