Uses of Interface
software.amazon.awssdk.services.lambda.model.RuntimeVersionConfig.Builder
-
Packages that use RuntimeVersionConfig.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of RuntimeVersionConfig.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return RuntimeVersionConfig.Builder Modifier and Type Method 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()
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type RuntimeVersionConfig.Builder Modifier and Type Method Description static Class<? extends RuntimeVersionConfig.Builder>
RuntimeVersionConfig. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type RuntimeVersionConfig.Builder Modifier and Type Method Description 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.default PublishVersionResponse.Builder
PublishVersionResponse.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 UpdateFunctionConfigurationResponse.Builder
UpdateFunctionConfigurationResponse.Builder. runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)
The ARN of the runtime and any errors that occured.
-