Uses of Class
software.amazon.awscdk.services.stepfunctions.FileDefinitionBody.Builder
Package
Description
AWS Step Functions Construct Library
-
Uses of FileDefinitionBody.Builder in software.amazon.awscdk.services.stepfunctions
Modifier and TypeMethodDescriptionSpecify a custom hash for this asset.FileDefinitionBody.Builder.assetHashType
(AssetHashType assetHashType) Specifies the type of hash to calculate for this asset.FileDefinitionBody.Builder.bundling
(BundlingOptions bundling) Bundle the asset by executing a command in a Docker container or a custom bundling provider.static FileDefinitionBody.Builder
FileDefinitionBody.Builder.deployTime
(Boolean deployTime) Whether or not the asset needs to exist beyond deployment time;File paths matching the patterns will be excluded.FileDefinitionBody.Builder.followSymlinks
(SymlinkFollowMode followSymlinks) A strategy for how to handle symlinks.FileDefinitionBody.Builder.ignoreMode
(IgnoreMode ignoreMode) The ignore behavior to use forexclude
patterns.FileDefinitionBody.Builder.readers
(List<? extends IGrantable> readers) A list of principals that should be able to read this asset from S3.