| Modifier and Type | Method and Description |
|---|---|
Staging |
build()
Deprecated.
|
static Staging.Builder |
create(Construct scope,
String id)
Deprecated.
|
Staging.Builder |
exclude(List<String> exclude)
Deprecated.
|
Staging.Builder |
extraHash(String extraHash)
Deprecated.
|
Staging.Builder |
follow(FollowMode follow)
Deprecated.
use `followSymlinks` instead
|
Staging.Builder |
ignoreMode(IgnoreMode ignoreMode)
Deprecated.
|
Staging.Builder |
sourcePath(String sourcePath)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public static Staging.Builder create(Construct scope, String id)
scope - This parameter is required.id - This parameter is required.Staging.Builder.@Stability(value=Deprecated) @Deprecated public Staging.Builder exclude(List<String> exclude)
Default: nothing is excluded
exclude - Glob patterns to exclude from the copy. This parameter is required.this@Stability(value=Deprecated) @Deprecated public Staging.Builder follow(FollowMode follow)
Default: Never
follow - A strategy for how to handle symlinks. This parameter is required.this@Stability(value=Deprecated) @Deprecated public Staging.Builder ignoreMode(IgnoreMode ignoreMode)
Default: - GLOB for file assets, DOCKER or GLOB for docker assets depending on whether the '
ignoreMode - The ignore behavior to use for exclude patterns. This parameter is required.this@Stability(value=Deprecated) @Deprecated public Staging.Builder extraHash(String extraHash)
Default: - hash is only based on source content
extraHash - Extra information to encode into the fingerprint (e.g. build instructions and other inputs). This parameter is required.this@Stability(value=Deprecated) @Deprecated public Staging.Builder sourcePath(String sourcePath)
sourcePath - Local file or directory to stage. This parameter is required.this@Stability(value=Deprecated) @Deprecated public Staging build()
build in interface software.amazon.jsii.Builder<Staging>Copyright © 2022. All rights reserved.