Package software.amazon.awscdk.assets
Class FingerprintOptions.Builder
java.lang.Object
software.amazon.awscdk.assets.FingerprintOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FingerprintOptions>
- Enclosing interface:
FingerprintOptions
@Stability(Deprecated)
@Deprecated
public static final class FingerprintOptions.Builder
extends Object
implements software.amazon.jsii.Builder<FingerprintOptions>
Deprecated.
A builder for
FingerprintOptions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated.Deprecated.Deprecated.follow
(FollowMode follow) Deprecated.use `followSymlinks` insteadignoreMode
(IgnoreMode ignoreMode) Deprecated.
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
extraHash
Deprecated.Sets the value ofFingerprintOptions.getExtraHash()
- Parameters:
extraHash
- Extra information to encode into the fingerprint (e.g. build instructions and other inputs).- Returns:
this
-
exclude
Deprecated.Sets the value ofCopyOptions.getExclude()
- Parameters:
exclude
- Glob patterns to exclude from the copy.- Returns:
this
-
follow
Deprecated.use `followSymlinks` insteadSets the value ofCopyOptions.getFollow()
- Parameters:
follow
- A strategy for how to handle symlinks.- Returns:
this
-
ignoreMode
@Stability(Deprecated) @Deprecated public FingerprintOptions.Builder ignoreMode(IgnoreMode ignoreMode) Deprecated.Sets the value ofCopyOptions.getIgnoreMode()
- Parameters:
ignoreMode
- The ignore behavior to use for exclude patterns.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<FingerprintOptions>
- Returns:
- a new instance of
FingerprintOptions
- Throws:
NullPointerException
- if any required attribute was not provided
-