@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:33.981Z") @Stability(value=Deprecated) @Deprecated public interface FingerprintOptions extends software.amazon.jsii.JsiiSerializable, 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 String |
getExtraHash()
Deprecated.
|
getExclude, getFollow, getIgnoreMode@Stability(value=Deprecated) @Deprecated @Nullable default String getExtraHash()
Default: - hash is only based on source content
@Stability(value=Deprecated) @Deprecated static FingerprintOptions.Builder builder()
builder in interface CopyOptionsFingerprintOptions.Builder of FingerprintOptionsCopyright © 2022. All rights reserved.