| Modifier and Type | Method and Description |
|---|---|
IgnoreMode |
AssetStagingProps.Jsii$Proxy.getIgnoreMode() |
default IgnoreMode |
CopyOptions.getIgnoreMode()
The ignore behavior to use for exclude patterns.
|
IgnoreMode |
CopyOptions.Jsii$Proxy.getIgnoreMode() |
IgnoreMode |
FingerprintOptions.Jsii$Proxy.getIgnoreMode() |
default IgnoreMode |
FileCopyOptions.getIgnoreMode()
The ignore behavior to use for exclude patterns.
|
IgnoreMode |
FileCopyOptions.Jsii$Proxy.getIgnoreMode() |
IgnoreMode |
FileFingerprintOptions.Jsii$Proxy.getIgnoreMode() |
static IgnoreMode |
IgnoreMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IgnoreMode[] |
IgnoreMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AssetStagingProps.Builder |
AssetStagingProps.Builder.ignoreMode(IgnoreMode ignoreMode)
Sets the value of
CopyOptions.getIgnoreMode() |
CopyOptions.Builder |
CopyOptions.Builder.ignoreMode(IgnoreMode ignoreMode)
Sets the value of
CopyOptions.getIgnoreMode() |
AssetStaging.Builder |
AssetStaging.Builder.ignoreMode(IgnoreMode ignoreMode)
The ignore behavior to use for exclude patterns.
|
FingerprintOptions.Builder |
FingerprintOptions.Builder.ignoreMode(IgnoreMode ignoreMode)
Sets the value of
CopyOptions.getIgnoreMode() |
FileCopyOptions.Builder |
FileCopyOptions.Builder.ignoreMode(IgnoreMode ignoreMode)
Sets the value of
FileCopyOptions.getIgnoreMode() |
FileFingerprintOptions.Builder |
FileFingerprintOptions.Builder.ignoreMode(IgnoreMode ignoreMode)
Sets the value of
FileCopyOptions.getIgnoreMode() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> exclude,
SymlinkFollowMode follow,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
CopyOptions.Builder. |
Jsii$Proxy(List<String> exclude,
SymlinkFollowMode followSymlinks,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
FileCopyOptions.Builder. |
Jsii$Proxy(String extraHash,
List<String> exclude,
SymlinkFollowMode follow,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
FingerprintOptions.Builder. |
Jsii$Proxy(String extraHash,
List<String> exclude,
SymlinkFollowMode followSymlinks,
IgnoreMode ignoreMode)
Constructor that initializes the object based on literal property values passed by the
FileFingerprintOptions.Builder. |
Jsii$Proxy(String sourcePath,
String extraHash,
List<String> exclude,
SymlinkFollowMode follow,
IgnoreMode ignoreMode,
String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling)
Constructor that initializes the object based on literal property values passed by the
AssetStagingProps.Builder. |
Copyright © 2021. All rights reserved.