@Stability(value=Stable) public static final class CfnLayerVersionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnLayerVersionProps>
CfnLayerVersionProps
Constructor and Description |
---|
Builder() |
@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 content(IResolvable content)
CfnLayerVersionProps.getContent()
content
- `AWS::Lambda::LayerVersion.Content`. This parameter is required.this
@Stability(value=Stable) public CfnLayerVersionProps.Builder compatibleArchitectures(List<String> compatibleArchitectures)
CfnLayerVersionProps.getCompatibleArchitectures()
compatibleArchitectures
- `AWS::Lambda::LayerVersion.CompatibleArchitectures`.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>
CfnLayerVersionProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.