@Stability(value=Stable) public static final class LayerVersionOptions.Builder extends Object implements software.amazon.jsii.Builder<LayerVersionOptions>
LayerVersionOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LayerVersionOptions |
build()
Builds the configured instance.
|
LayerVersionOptions.Builder |
description(String description)
Sets the value of
LayerVersionOptions.getDescription() |
LayerVersionOptions.Builder |
layerVersionName(String layerVersionName)
Sets the value of
LayerVersionOptions.getLayerVersionName() |
LayerVersionOptions.Builder |
license(String license)
Sets the value of
LayerVersionOptions.getLicense() |
@Stability(value=Stable) public LayerVersionOptions.Builder description(String description)
LayerVersionOptions.getDescription()description - The description the this Lambda Layer.this@Stability(value=Stable) public LayerVersionOptions.Builder layerVersionName(String layerVersionName)
LayerVersionOptions.getLayerVersionName()layerVersionName - The name of the layer.this@Stability(value=Stable) public LayerVersionOptions.Builder license(String license)
LayerVersionOptions.getLicense()license - The SPDX licence identifier or URL to the license file for this layer.this@Stability(value=Stable) public LayerVersionOptions build()
build in interface software.amazon.jsii.Builder<LayerVersionOptions>LayerVersionOptionsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.