@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-02T20:25:24.586Z") @Deprecated public interface FingerprintOptions extends CopyOptions
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.assets.*; import software.amazon.awscdk.core.*; FingerprintOptions fingerprintOptions = FingerprintOptions.builder() .exclude(List.of("exclude")) .extraHash("extraHash") .follow(FollowMode.NEVER) .ignoreMode(IgnoreMode.GLOB) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
FingerprintOptions.Builder
Deprecated.
|
static class |
FingerprintOptions.Jsii$Proxy
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static FingerprintOptions.Builder |
builder()
Deprecated.
|
default java.lang.String |
getExtraHash()
Deprecated.
|
getExclude, getFollow, getIgnoreMode
@Deprecated default java.lang.String getExtraHash()
Default: - hash is only based on source content
@Deprecated static FingerprintOptions.Builder builder()
builder
in interface CopyOptions
FingerprintOptions.Builder
of FingerprintOptions