| Modifier and Type | Method and Description |
|---|---|
AssetHashType |
AssetStagingProps.Jsii$Proxy.getAssetHashType() |
default AssetHashType |
AssetOptions.getAssetHashType()
Specifies the type of hash to calculate for this asset.
|
AssetHashType |
AssetOptions.Jsii$Proxy.getAssetHashType() |
static AssetHashType |
AssetHashType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetHashType[] |
AssetHashType.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.assetHashType(AssetHashType assetHashType)
Sets the value of
AssetOptions.getAssetHashType() |
AssetOptions.Builder |
AssetOptions.Builder.assetHashType(AssetHashType assetHashType)
Sets the value of
AssetOptions.getAssetHashType() |
AssetStaging.Builder |
AssetStaging.Builder.assetHashType(AssetHashType assetHashType)
Specifies the type of hash to calculate for this asset.
|
| Constructor and Description |
|---|
Jsii$Proxy(String assetHash,
AssetHashType assetHashType,
BundlingOptions bundling)
Constructor that initializes the object based on literal property values passed by the
AssetOptions.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.