@Stability(value=Experimental) public static final class LayerVersionAttributes.Builder extends Object implements software.amazon.jsii.Builder<LayerVersionAttributes>
LayerVersionAttributes
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LayerVersionAttributes |
build()
Builds the configured instance.
|
LayerVersionAttributes.Builder |
compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
Sets the value of
LayerVersionAttributes.getCompatibleRuntimes() |
LayerVersionAttributes.Builder |
layerVersionArn(String layerVersionArn)
Sets the value of
LayerVersionAttributes.getLayerVersionArn() |
@Stability(value=Experimental) public LayerVersionAttributes.Builder layerVersionArn(String layerVersionArn)
LayerVersionAttributes.getLayerVersionArn()
layerVersionArn
- The ARN of the LayerVersion. This parameter is required.this
@Stability(value=Experimental) public LayerVersionAttributes.Builder compatibleRuntimes(List<? extends Runtime> compatibleRuntimes)
LayerVersionAttributes.getCompatibleRuntimes()
compatibleRuntimes
- The list of compatible runtimes with this Layer.this
@Stability(value=Experimental) public LayerVersionAttributes build()
build
in interface software.amazon.jsii.Builder<LayerVersionAttributes>
LayerVersionAttributes
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.