UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.clone() |
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withCodeSha256(String codeSha256) |
It is the SHA256 hash of your function deployment package.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withCodeSize(Long codeSize) |
The size, in bytes, of the function .zip file you uploaded.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withDescription(String description) |
The user-provided description.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withFunctionArn(String functionArn) |
The Amazon Resource Name (ARN) assigned to the function.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withFunctionName(String functionName) |
The name of the function.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withHandler(String handler) |
The function Lambda calls to begin executing your function.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withLastModified(String lastModified) |
The time stamp of the last time you updated the function.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withMemorySize(Integer memorySize) |
The memory size, in MB, you configured for the function.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.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.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withRuntime(Runtime runtime) |
The runtime environment for the Lambda function.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withRuntime(String runtime) |
The runtime environment for the Lambda function.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withTimeout(Integer timeout) |
The function execution time at which Lambda should terminate the
function.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withVersion(String version) |
The version of the Lambda function.
|
UpdateFunctionConfigurationResult |
UpdateFunctionConfigurationResult.withVpcConfig(VpcConfigResponse vpcConfig) |
VPC configuration associated with your Lambda function.
|