@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 - The function layer archive. This parameter is required.this@Stability(value=Stable) public CfnLayerVersionProps.Builder content(IResolvable content)
CfnLayerVersionProps.getContent()content - The function layer archive. This parameter is required.this@Stability(value=Stable) public CfnLayerVersionProps.Builder compatibleArchitectures(List<String> compatibleArchitectures)
CfnLayerVersionProps.getCompatibleArchitectures()compatibleArchitectures - A list of compatible [instruction set architectures](https://docs.aws.amazon.com/lambda/latest/dg/foundation-arch.html) .this@Stability(value=Stable) public CfnLayerVersionProps.Builder compatibleRuntimes(List<String> compatibleRuntimes)
CfnLayerVersionProps.getCompatibleRuntimes()compatibleRuntimes - A list of compatible [function runtimes](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html) . Used for filtering with [ListLayers](https://docs.aws.amazon.com/lambda/latest/dg/API_ListLayers.html) and [ListLayerVersions](https://docs.aws.amazon.com/lambda/latest/dg/API_ListLayerVersions.html) .this@Stability(value=Stable) public CfnLayerVersionProps.Builder description(String description)
CfnLayerVersionProps.getDescription()description - The description of the version.this@Stability(value=Stable) public CfnLayerVersionProps.Builder layerName(String layerName)
CfnLayerVersionProps.getLayerName()layerName - The name or Amazon Resource Name (ARN) of the layer.this@Stability(value=Stable) public CfnLayerVersionProps.Builder licenseInfo(String licenseInfo)
CfnLayerVersionProps.getLicenseInfo()licenseInfo - The layer's software license. It can be any of the following:.
MIT .https://opensource.org/licenses/MIT .this@Stability(value=Stable) public CfnLayerVersionProps build()
build in interface software.amazon.jsii.Builder<CfnLayerVersionProps>CfnLayerVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.