| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static LayerVersionContentOutput.Builder |
LayerVersionContentOutput.builder() |
LayerVersionContentOutput.Builder |
LayerVersionContentOutput.Builder.codeSha256(String codeSha256)
The SHA-256 hash of the layer archive.
|
LayerVersionContentOutput.Builder |
LayerVersionContentOutput.Builder.codeSize(Long codeSize)
The size of the layer archive in bytes.
|
LayerVersionContentOutput.Builder |
LayerVersionContentOutput.Builder.location(String location)
A link to the layer archive in Amazon S3 that is valid for 10 minutes.
|
LayerVersionContentOutput.Builder |
LayerVersionContentOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LayerVersionContentOutput.Builder> |
LayerVersionContentOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PublishLayerVersionResponse.Builder |
PublishLayerVersionResponse.Builder.content(Consumer<LayerVersionContentOutput.Builder> content)
Details about the layer version.
|
default GetLayerVersionResponse.Builder |
GetLayerVersionResponse.Builder.content(Consumer<LayerVersionContentOutput.Builder> content)
Details about the layer version.
|
default GetLayerVersionByArnResponse.Builder |
GetLayerVersionByArnResponse.Builder.content(Consumer<LayerVersionContentOutput.Builder> content)
Details about the layer version.
|
Copyright © 2020. All rights reserved.