@Stability(value=Stable) public static final class CfnLayerVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLayerVersionProps>
CfnLayerVersionProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnLayerVersionProps |
build()
Builds the configured instance.
|
CfnLayerVersionProps.Builder |
compatibleRuntimes(List<String> compatibleRuntimes)
Sets the value of
CfnLayerVersionProps.getCompatibleRuntimes() |
CfnLayerVersionProps.Builder |
content(CfnLayerVersion.ContentProperty content)
Sets the value of
CfnLayerVersionProps.getContent() |
CfnLayerVersionProps.Builder |
content(IResolvable content)
Sets the value of
CfnLayerVersionProps.getContent() |
CfnLayerVersionProps.Builder |
description(String description)
Sets the value of
CfnLayerVersionProps.getDescription() |
CfnLayerVersionProps.Builder |
layerName(String layerName)
Sets the value of
CfnLayerVersionProps.getLayerName() |
CfnLayerVersionProps.Builder |
licenseInfo(String licenseInfo)
Sets the value of
CfnLayerVersionProps.getLicenseInfo() |
@Stability(value=Stable) public CfnLayerVersionProps.Builder content(IResolvable content)
CfnLayerVersionProps.getContent()content - `AWS::Lambda::LayerVersion.Content`. This parameter is required.this@Stability(value=Stable) public CfnLayerVersionProps.Builder content(CfnLayerVersion.ContentProperty content)
CfnLayerVersionProps.getContent()content - `AWS::Lambda::LayerVersion.Content`. This parameter is required.this@Stability(value=Stable) public CfnLayerVersionProps.Builder compatibleRuntimes(List<String> compatibleRuntimes)
CfnLayerVersionProps.getCompatibleRuntimes()compatibleRuntimes - `AWS::Lambda::LayerVersion.CompatibleRuntimes`.this@Stability(value=Stable) public CfnLayerVersionProps.Builder description(String description)
CfnLayerVersionProps.getDescription()description - `AWS::Lambda::LayerVersion.Description`.this@Stability(value=Stable) public CfnLayerVersionProps.Builder layerName(String layerName)
CfnLayerVersionProps.getLayerName()layerName - `AWS::Lambda::LayerVersion.LayerName`.this@Stability(value=Stable) public CfnLayerVersionProps.Builder licenseInfo(String licenseInfo)
CfnLayerVersionProps.getLicenseInfo()licenseInfo - `AWS::Lambda::LayerVersion.LicenseInfo`.this@Stability(value=Stable) public CfnLayerVersionProps build()
build in interface software.amazon.jsii.Builder<CfnLayerVersionProps>CfnLayerVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.