@Stability(value=Deprecated) @Deprecated public static final class FingerprintOptions.Builder extends Object implements software.amazon.jsii.Builder<FingerprintOptions>
FingerprintOptions| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
FingerprintOptions |
build()
Deprecated.
|
FingerprintOptions.Builder |
exclude(List<String> exclude)
Deprecated.
|
FingerprintOptions.Builder |
extraHash(String extraHash)
Deprecated.
|
FingerprintOptions.Builder |
follow(FollowMode follow)
Deprecated.
use `followSymlinks` instead
|
FingerprintOptions.Builder |
ignoreMode(IgnoreMode ignoreMode)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public FingerprintOptions.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 FingerprintOptions.Builder exclude(List<String> exclude)
CopyOptions.getExclude()exclude - Glob patterns to exclude from the copy.this@Stability(value=Deprecated) @Deprecated public FingerprintOptions.Builder follow(FollowMode follow)
CopyOptions.getFollow()follow - A strategy for how to handle symlinks.this@Stability(value=Deprecated) @Deprecated public FingerprintOptions.Builder ignoreMode(IgnoreMode ignoreMode)
CopyOptions.getIgnoreMode()ignoreMode - The ignore behavior to use for exclude patterns.this@Stability(value=Deprecated) @Deprecated public FingerprintOptions build()
build in interface software.amazon.jsii.Builder<FingerprintOptions>FingerprintOptionsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.