Uses of Class
software.amazon.awscdk.cloudassembly.schema.AssetManifestProperties.Builder
-
-
Uses of AssetManifestProperties.Builder in software.amazon.awscdk.cloudassembly.schema
Methods in software.amazon.awscdk.cloudassembly.schema that return AssetManifestProperties.Builder Modifier and Type Method Description AssetManifestProperties.BuilderAssetManifestProperties.Builder. bootstrapStackVersionSsmParameter(String bootstrapStackVersionSsmParameter)Sets the value ofAssetManifestOptions.getBootstrapStackVersionSsmParameter()static AssetManifestProperties.BuilderAssetManifestProperties. builder()AssetManifestProperties.BuilderAssetManifestProperties.Builder. file(String file)Sets the value ofAssetManifestProperties.getFile()AssetManifestProperties.BuilderAssetManifestProperties.Builder. requiresBootstrapStackVersion(Number requiresBootstrapStackVersion)Sets the value ofAssetManifestOptions.getRequiresBootstrapStackVersion()Constructors in software.amazon.awscdk.cloudassembly.schema with parameters of type AssetManifestProperties.Builder Constructor Description Jsii$Proxy(AssetManifestProperties.Builder builder)Constructor that initializes the object based on literal property values passed by theAssetManifestProperties.Builder.
-