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