public static final class FunctionVersionProps.Jsii$Pojo extends Object implements FunctionVersionProps
FunctionVersionProps.FunctionVersionProps.Builder, FunctionVersionProps.Jsii$Pojo, FunctionVersionProps.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
protected String |
_codeSha256 |
protected String |
_description |
protected FunctionRef |
_lambda |
| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Pojo()
Constructor used by builders.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCodeSha256()
SHA256 of the version of the Lambda source code
Specify to validate that you're deploying the right version.
|
String |
getDescription()
Description of the version
|
FunctionRef |
getLambda()
Function to get the value of
|
void |
setCodeSha256(String value)
SHA256 of the version of the Lambda source code
Specify to validate that you're deploying the right version.
|
void |
setDescription(String value)
Description of the version
|
void |
setLambda(FunctionRef value)
Function to get the value of
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected String _codeSha256
protected String _description
protected FunctionRef _lambda
public String getCodeSha256()
FunctionVersionPropsgetCodeSha256 in interface FunctionVersionPropspublic void setCodeSha256(String value)
FunctionVersionPropssetCodeSha256 in interface FunctionVersionPropspublic String getDescription()
FunctionVersionPropsgetDescription in interface FunctionVersionPropspublic void setDescription(String value)
FunctionVersionPropssetDescription in interface FunctionVersionPropspublic FunctionRef getLambda()
FunctionVersionPropsgetLambda in interface FunctionVersionPropspublic void setLambda(FunctionRef value)
FunctionVersionPropssetLambda in interface FunctionVersionPropsCopyright © 2018. All rights reserved.