public interface SingletonFunctionProps extends software.amazon.jsii.JsiiSerializable, FunctionProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
SingletonFunctionProps.Builder
A fluent step builder class for
SingletonFunctionProps. |
static class |
SingletonFunctionProps.Jsii$Pojo
A PoJo (plain-old-java-object) class that implements
SingletonFunctionProps. |
static class |
SingletonFunctionProps.Jsii$Proxy
A proxy class which for javascript object literal which adhere to this interface.
|
| Modifier and Type | Method and Description |
|---|---|
static SingletonFunctionProps.Builder |
builder() |
String |
getLambdaPurpose()
A descriptive name for the purpose of this Lambda.
|
String |
getUuid()
A unique identifier to identify this lambda
The identifier should be unique across all custom resource providers.
|
void |
setLambdaPurpose(String value)
A descriptive name for the purpose of this Lambda.
|
void |
setUuid(String value)
A unique identifier to identify this lambda
The identifier should be unique across all custom resource providers.
|
getCode, getDescription, getEnvironment, getFunctionName, getHandler, getInitialPolicy, getMemorySize, getRole, getRuntime, getTimeout, setCode, setDescription, setEnvironment, setFunctionName, setHandler, setInitialPolicy, setMemorySize, setRole, setRuntime, setTimeoutString getUuid()
void setUuid(String value)
String getLambdaPurpose()
void setLambdaPurpose(String value)
static SingletonFunctionProps.Builder builder()
builder in interface FunctionPropsCopyright © 2018. All rights reserved.