@Stability(value=External) public static final class CfnLayerVersionProps.Builder extends Object
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 CompatibleRuntimes
|
CfnLayerVersionProps.Builder |
contentUri(String contentUri)
Sets the value of ContentUri
|
CfnLayerVersionProps.Builder |
description(String description)
Sets the value of Description
|
CfnLayerVersionProps.Builder |
layerName(String layerName)
Sets the value of LayerName
|
CfnLayerVersionProps.Builder |
licenseInfo(String licenseInfo)
Sets the value of LicenseInfo
|
CfnLayerVersionProps.Builder |
retentionPolicy(String retentionPolicy)
Sets the value of RetentionPolicy
|
@Stability(value=External) public CfnLayerVersionProps.Builder compatibleRuntimes(List<String> compatibleRuntimes)
compatibleRuntimes - `AWS::Serverless::LayerVersion.CompatibleRuntimes`.this@Stability(value=External) public CfnLayerVersionProps.Builder contentUri(String contentUri)
contentUri - `AWS::Serverless::LayerVersion.ContentUri`.this@Stability(value=External) public CfnLayerVersionProps.Builder description(String description)
description - `AWS::Serverless::LayerVersion.Description`.this@Stability(value=External) public CfnLayerVersionProps.Builder layerName(String layerName)
layerName - `AWS::Serverless::LayerVersion.LayerName`.this@Stability(value=External) public CfnLayerVersionProps.Builder licenseInfo(String licenseInfo)
licenseInfo - `AWS::Serverless::LayerVersion.LicenseInfo`.this@Stability(value=External) public CfnLayerVersionProps.Builder retentionPolicy(String retentionPolicy)
retentionPolicy - `AWS::Serverless::LayerVersion.RetentionPolicy`.this@Stability(value=External) public CfnLayerVersionProps build()
CfnLayerVersionPropsNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.