@Stability(value=Deprecated) @Deprecated public static final class StagingProps.Builder extends Object implements software.amazon.jsii.Builder<StagingProps>
StagingProps| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
StagingProps |
build()
Deprecated.
|
StagingProps.Builder |
exclude(List<String> exclude)
Deprecated.
|
StagingProps.Builder |
extraHash(String extraHash)
Deprecated.
|
StagingProps.Builder |
follow(FollowMode follow)
Deprecated.
use `followSymlinks` instead
|
StagingProps.Builder |
ignoreMode(IgnoreMode ignoreMode)
Deprecated.
|
StagingProps.Builder |
sourcePath(String sourcePath)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public StagingProps.Builder sourcePath(String sourcePath)
StagingProps.getSourcePath()sourcePath - Local file or directory to stage. This parameter is required.this@Stability(value=Deprecated) @Deprecated public StagingProps.Builder extraHash(String extraHash)
FingerprintOptions.getExtraHash()extraHash - Extra information to encode into the fingerprint (e.g. build instructions and other inputs).this@Stability(value=Deprecated) @Deprecated public StagingProps.Builder exclude(List<String> exclude)
CopyOptions.getExclude()exclude - Glob patterns to exclude from the copy.this@Stability(value=Deprecated) @Deprecated public StagingProps.Builder follow(FollowMode follow)
CopyOptions.getFollow()follow - A strategy for how to handle symlinks.this@Stability(value=Deprecated) @Deprecated public StagingProps.Builder ignoreMode(IgnoreMode ignoreMode)
CopyOptions.getIgnoreMode()ignoreMode - The ignore behavior to use for exclude patterns.this@Stability(value=Deprecated) @Deprecated public StagingProps build()
build in interface software.amazon.jsii.Builder<StagingProps>StagingPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.