Uses of Interface
software.amazon.awssdk.services.lambda.model.FunctionCodeLocationError.Builder
Packages that use FunctionCodeLocationError.Builder
-
Uses of FunctionCodeLocationError.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return FunctionCodeLocationError.BuilderModifier and TypeMethodDescriptionFunctionCodeLocationError.builder()The error code that identifies why Lambda failed to retrieve the deployment package.The human-readable message that describes why Lambda failed to retrieve the deployment package.FunctionCodeLocationError.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type FunctionCodeLocationError.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FunctionCodeLocationError.Builder>FunctionCodeLocationError.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type FunctionCodeLocationError.BuilderModifier and TypeMethodDescriptiondefault FunctionCodeLocation.BuilderFunctionCodeLocation.Builder.error(Consumer<FunctionCodeLocationError.Builder> error) An object that contains details about an error related to function deployment package retrieval.