public static interface FunctionVersionProps.Builder.Build
| Modifier and Type | Method and Description |
|---|---|
FunctionVersionProps |
build() |
FunctionVersionProps.Builder.Build |
withCodeSha256(String value)
SHA256 of the version of the Lambda source code
Specify to validate that you're deploying the right version.
|
FunctionVersionProps.Builder.Build |
withDescription(String value)
Description of the version
|
FunctionVersionProps build()
FunctionVersionProps object, initialized with the values set on this builder.FunctionVersionProps.Builder.Build withCodeSha256(String value)
FunctionVersionProps.Builder.Build withDescription(String value)
Copyright © 2018. All rights reserved.