@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:22.740Z") @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.core.*;
import software.amazon.awscdk.assets.*;
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.