@Stability(value=Experimental) public static final class AssetManifestProperties.Builder extends Object implements software.amazon.jsii.Builder<AssetManifestProperties>
AssetManifestProperties| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
AssetManifestProperties.Builder |
bootstrapStackVersionSsmParameter(String bootstrapStackVersionSsmParameter)
Sets the value of
AssetManifestProperties.getBootstrapStackVersionSsmParameter() |
AssetManifestProperties |
build()
Builds the configured instance.
|
AssetManifestProperties.Builder |
file(String file)
Sets the value of
AssetManifestProperties.getFile() |
AssetManifestProperties.Builder |
requiresBootstrapStackVersion(Number requiresBootstrapStackVersion)
Sets the value of
AssetManifestProperties.getRequiresBootstrapStackVersion() |
@Stability(value=Experimental) public AssetManifestProperties.Builder file(String file)
AssetManifestProperties.getFile()file - Filename of the asset manifest. This parameter is required.this@Stability(value=Experimental) public AssetManifestProperties.Builder bootstrapStackVersionSsmParameter(String bootstrapStackVersionSsmParameter)
AssetManifestProperties.getBootstrapStackVersionSsmParameter()bootstrapStackVersionSsmParameter - SSM parameter where the bootstrap stack version number can be found.
this@Stability(value=Experimental) public AssetManifestProperties.Builder requiresBootstrapStackVersion(Number requiresBootstrapStackVersion)
AssetManifestProperties.getRequiresBootstrapStackVersion()requiresBootstrapStackVersion - Version of bootstrap stack required to deploy this stack.this@Stability(value=Experimental) public AssetManifestProperties build()
build in interface software.amazon.jsii.Builder<AssetManifestProperties>AssetManifestPropertiesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.