| Modifier and Type | Method and Description |
|---|---|
LayerVersion.Builder |
LayerVersion.Builder.code(Code code)
The content of this Layer.
|
LayerVersion.Builder |
LayerVersion.Builder.compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
The runtimes compatible with this Layer.
|
static LayerVersion.Builder |
LayerVersion.Builder.create(software.constructs.Construct scope,
String id) |
LayerVersion.Builder |
LayerVersion.Builder.description(String description)
The description the this Lambda Layer.
|
LayerVersion.Builder |
LayerVersion.Builder.layerVersionName(String layerVersionName)
The name of the layer.
|
LayerVersion.Builder |
LayerVersion.Builder.license(String license)
The SPDX licence identifier or URL to the license file for this layer.
|
Copyright © 2020. All rights reserved.