| Package | Description | 
|---|---|
| software.amazon.awssdk.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
| static LayerVersionContentInput.Builder | LayerVersionContentInput. builder() | 
| LayerVersionContentInput.Builder | LayerVersionContentInput.Builder. s3Bucket(String s3Bucket)
 The Amazon S3 bucket of the layer archive. | 
| LayerVersionContentInput.Builder | LayerVersionContentInput.Builder. s3Key(String s3Key)
 The Amazon S3 key of the layer archive. | 
| LayerVersionContentInput.Builder | LayerVersionContentInput.Builder. s3ObjectVersion(String s3ObjectVersion)
 For versioned objects, the version of the layer archive object to use. | 
| LayerVersionContentInput.Builder | LayerVersionContentInput. toBuilder() | 
| LayerVersionContentInput.Builder | LayerVersionContentInput.Builder. zipFile(SdkBytes zipFile)
 The base64-encoded contents of the layer archive. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Class<? extends LayerVersionContentInput.Builder> | LayerVersionContentInput. serializableBuilderClass() | 
| Modifier and Type | Method and Description | 
|---|---|
| default PublishLayerVersionRequest.Builder | PublishLayerVersionRequest.Builder. content(Consumer<LayerVersionContentInput.Builder> content)
 The function layer archive. | 
Copyright © 2019. All rights reserved.