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.BuilderRuntimeVersionConfig. builder()default RuntimeVersionConfig.BuilderRuntimeVersionConfig.Builder. error(Consumer<RuntimeVersionError.Builder> error)Error response when Lambda is unable to retrieve the runtime version for a function.RuntimeVersionConfig.BuilderRuntimeVersionConfig.Builder. error(RuntimeVersionError error)Error response when Lambda is unable to retrieve the runtime version for a function.RuntimeVersionConfig.BuilderRuntimeVersionConfig.Builder. runtimeVersionArn(String runtimeVersionArn)The ARN of the runtime version you want the function to use.RuntimeVersionConfig.BuilderRuntimeVersionConfig. 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.BuilderCreateFunctionResponse.Builder. runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)The ARN of the runtime and any errors that occured.default FunctionConfiguration.BuilderFunctionConfiguration.Builder. runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)The ARN of the runtime and any errors that occured.default GetFunctionConfigurationResponse.BuilderGetFunctionConfigurationResponse.Builder. runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)The ARN of the runtime and any errors that occured.default PublishVersionResponse.BuilderPublishVersionResponse.Builder. runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)The ARN of the runtime and any errors that occured.default UpdateFunctionCodeResponse.BuilderUpdateFunctionCodeResponse.Builder. runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)The ARN of the runtime and any errors that occured.default UpdateFunctionConfigurationResponse.BuilderUpdateFunctionConfigurationResponse.Builder. runtimeVersionConfig(Consumer<RuntimeVersionConfig.Builder> runtimeVersionConfig)The ARN of the runtime and any errors that occured.
-