public static class InlineJavaScriptLambdaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InlineJavaScriptLambdaProps
software.amazon.jsii.JsiiObject.InitializationModeInlineJavaScriptLambdaProps.Builder, InlineJavaScriptLambdaProps.Jsii$Pojo, InlineJavaScriptLambdaProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A description of the function.
|
Map<String,Object> |
getEnvironment()
Key-value pairs that Lambda caches and makes available for your Lambda
functions.
|
String |
getFunctionName()
A name for the function.
|
IJavaScriptLambdaHandler |
getHandler()
The lambda handler as a javascript function.
|
Number |
getMemorySize()
The amount of memory, in MB, that is allocated to your Lambda function.
|
InlinableJavaScriptRuntime |
getRuntime()
The runtime environment for the Lambda function that you are uploading.
|
Number |
getTimeout()
The function execution time (in seconds) after which Lambda terminates
the function.
|
void |
setDescription(String value)
A description of the function.
|
void |
setEnvironment(Map<String,Object> value)
Key-value pairs that Lambda caches and makes available for your Lambda
functions.
|
void |
setFunctionName(String value)
A name for the function.
|
void |
setHandler(IJavaScriptLambdaHandler value)
The lambda handler as a javascript function.
|
void |
setMemorySize(Number value)
The amount of memory, in MB, that is allocated to your Lambda function.
|
void |
setRuntime(InlinableJavaScriptRuntime value)
The runtime environment for the Lambda function that you are uploading.
|
void |
setTimeout(Number value)
The function execution time (in seconds) after which Lambda terminates
the function.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
public IJavaScriptLambdaHandler getHandler()
getHandler in interface InlineJavaScriptLambdaPropspublic void setHandler(IJavaScriptLambdaHandler value)
setHandler in interface InlineJavaScriptLambdaProps@Nullable public String getDescription()
getDescription in interface InlineJavaScriptLambdaPropspublic void setDescription(@Nullable String value)
setDescription in interface InlineJavaScriptLambdaProps@Nullable public Number getTimeout()
getTimeout in interface InlineJavaScriptLambdaPropspublic void setTimeout(@Nullable Number value)
setTimeout in interface InlineJavaScriptLambdaProps@Nullable public Map<String,Object> getEnvironment()
getEnvironment in interface InlineJavaScriptLambdaPropspublic void setEnvironment(@Nullable Map<String,Object> value)
setEnvironment in interface InlineJavaScriptLambdaProps@Nullable public InlinableJavaScriptRuntime getRuntime()
getRuntime in interface InlineJavaScriptLambdaPropspublic void setRuntime(@Nullable InlinableJavaScriptRuntime value)
setRuntime in interface InlineJavaScriptLambdaProps@Nullable public String getFunctionName()
getFunctionName in interface InlineJavaScriptLambdaPropspublic void setFunctionName(@Nullable String value)
setFunctionName in interface InlineJavaScriptLambdaProps@Nullable public Number getMemorySize()
getMemorySize in interface InlineJavaScriptLambdaPropspublic void setMemorySize(@Nullable Number value)
setMemorySize in interface InlineJavaScriptLambdaPropsCopyright © 2018. All rights reserved.