| Modifier and Type | Method and Description |
|---|---|
LayerVersion.Builder |
LayerVersion.Builder.code(Code code)
The content of this Layer.
|
LayerVersion.Builder |
LayerVersion.Builder.compatibleArchitectures(List<? extends Architecture> compatibleArchitectures)
The system architectures compatible with 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.
|
LayerVersion.Builder |
LayerVersion.Builder.removalPolicy(RemovalPolicy removalPolicy)
Whether to retain this version of the layer when a new version is added or when the stack is deleted.
|
Copyright © 2023. All rights reserved.