| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeVersionConfig.Builder |
RuntimeVersionConfig.builder() |
default RuntimeVersionConfig.Builder |
RuntimeVersionConfig.Builder.error(Consumer<RuntimeVersionError.Builder> error)
Error response when Lambda is unable to retrieve the runtime version for a function.
|
RuntimeVersionConfig.Builder |
RuntimeVersionConfig.Builder.error(RuntimeVersionError error)
Error response when Lambda is unable to retrieve the runtime version for a function.
|
RuntimeVersionConfig.Builder |
RuntimeVersionConfig.Builder.runtimeVersionArn(String runtimeVersionArn)
The ARN of the runtime version you want the function to use.
|
RuntimeVersionConfig.Builder |
RuntimeVersionConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RuntimeVersionConfig.Builder> |
RuntimeVersionConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PublishVersionResponse.Builder |
PublishVersionResponse.Builder.runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
default UpdateFunctionConfigurationResponse.Builder |
UpdateFunctionConfigurationResponse.Builder.runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
default UpdateFunctionCodeResponse.Builder |
UpdateFunctionCodeResponse.Builder.runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
default CreateFunctionResponse.Builder |
CreateFunctionResponse.Builder.runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
default FunctionConfiguration.Builder |
FunctionConfiguration.Builder.runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
default GetFunctionConfigurationResponse.Builder |
GetFunctionConfigurationResponse.Builder.runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
|
Copyright © 2023. All rights reserved.