Package software.amazon.awscdk
Class FingerprintOptions.Builder
java.lang.Object
software.amazon.awscdk.FingerprintOptions.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FingerprintOptions>
- Enclosing interface:
FingerprintOptions
@Stability(Stable)
public static final class FingerprintOptions.Builder
extends Object
implements software.amazon.jsii.Builder<FingerprintOptions>
A builder for
FingerprintOptions-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCopyOptions.getExclude()Sets the value ofFingerprintOptions.getExtraHash()follow(SymlinkFollowMode follow) Sets the value ofCopyOptions.getFollow()ignoreMode(IgnoreMode ignoreMode) Sets the value ofCopyOptions.getIgnoreMode()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
extraHash
Sets the value ofFingerprintOptions.getExtraHash()- Parameters:
extraHash- Extra information to encode into the fingerprint (e.g. build instructions and other inputs).- Returns:
this
-
exclude
Sets the value ofCopyOptions.getExclude()- Parameters:
exclude- File paths matching the patterns will be excluded. SeeignoreModeto set the matching behavior. Has no effect on Assets bundled using thebundlingproperty.- Returns:
this
-
follow
Sets the value ofCopyOptions.getFollow()- Parameters:
follow- A strategy for how to handle symlinks.- Returns:
this
-
ignoreMode
Sets the value ofCopyOptions.getIgnoreMode()- Parameters:
ignoreMode- The ignore behavior to use forexcludepatterns.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<FingerprintOptions>- Returns:
- a new instance of
FingerprintOptions - Throws:
NullPointerException- if any required attribute was not provided
-