CreateFunctionResult |
CreateFunctionResult.clone() |
|
CreateFunctionResult |
CreateFunctionResult.withCodeSha256(String codeSha256) |
It is the SHA256 hash of your function deployment package.
|
CreateFunctionResult |
CreateFunctionResult.withCodeSize(Long codeSize) |
The size, in bytes, of the function .zip file you uploaded.
|
CreateFunctionResult |
CreateFunctionResult.withDescription(String description) |
The user-provided description.
|
CreateFunctionResult |
CreateFunctionResult.withFunctionArn(String functionArn) |
The Amazon Resource Name (ARN) assigned to the function.
|
CreateFunctionResult |
CreateFunctionResult.withFunctionName(String functionName) |
The name of the function.
|
CreateFunctionResult |
CreateFunctionResult.withHandler(String handler) |
The function Lambda calls to begin executing your function.
|
CreateFunctionResult |
CreateFunctionResult.withLastModified(String lastModified) |
The time stamp of the last time you updated the function.
|
CreateFunctionResult |
CreateFunctionResult.withMemorySize(Integer memorySize) |
The memory size, in MB, you configured for the function.
|
CreateFunctionResult |
CreateFunctionResult.withRole(String role) |
The Amazon Resource Name (ARN) of the IAM role that Lambda assumes when
it executes your function to access any other Amazon Web Services (AWS)
resources.
|
CreateFunctionResult |
CreateFunctionResult.withRuntime(Runtime runtime) |
The runtime environment for the Lambda function.
|
CreateFunctionResult |
CreateFunctionResult.withRuntime(String runtime) |
The runtime environment for the Lambda function.
|
CreateFunctionResult |
CreateFunctionResult.withTimeout(Integer timeout) |
The function execution time at which Lambda should terminate the
function.
|
CreateFunctionResult |
CreateFunctionResult.withVersion(String version) |
The version of the Lambda function.
|
CreateFunctionResult |
CreateFunctionResult.withVpcConfig(VpcConfigResponse vpcConfig) |
VPC configuration associated with your Lambda function.
|