Package software.amazon.awscdk.assets
Class Staging.Builder
java.lang.Object
software.amazon.awscdk.assets.Staging.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Staging>
- Enclosing class:
- Staging
@Stability(Deprecated)
@Deprecated
public static final class Staging.Builder
extends Object
implements software.amazon.jsii.Builder<Staging>
Deprecated.
(deprecated) A fluent builder for
Staging.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.static Staging.BuilderDeprecated.Deprecated.Deprecated.follow(FollowMode follow) Deprecated.ignoreMode(IgnoreMode ignoreMode) Deprecated.sourcePath(String sourcePath) Deprecated.
-
Method Details
-
create
Deprecated.- Parameters:
scope- This parameter is required.id- This parameter is required.- Returns:
- a new instance of
Staging.Builder.
-
exclude
Deprecated.(deprecated) Glob patterns to exclude from the copy.Default: nothing is excluded
- Parameters:
exclude- Glob patterns to exclude from the copy. This parameter is required.- Returns:
this
-
follow
Deprecated.usefollowSymlinksinstead(deprecated) A strategy for how to handle symlinks.Default: Never
- Parameters:
follow- A strategy for how to handle symlinks. This parameter is required.- Returns:
this
-
ignoreMode
Deprecated.(deprecated) The ignore behavior to use for exclude patterns.Default: - GLOB for file assets, DOCKER or GLOB for docker assets depending on whether the '
- Parameters:
ignoreMode- The ignore behavior to use for exclude patterns. This parameter is required.- Returns:
this
-
extraHash
Deprecated.(deprecated) Extra information to encode into the fingerprint (e.g. build instructions and other inputs).Default: - hash is only based on source content
- Parameters:
extraHash- Extra information to encode into the fingerprint (e.g. build instructions and other inputs). This parameter is required.- Returns:
this
-
sourcePath
Deprecated.(deprecated) Local file or directory to stage.- Parameters:
sourcePath- Local file or directory to stage. This parameter is required.- Returns:
this
-
build
Deprecated.
-
followSymlinksinstead