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 for the failed retrieval.A description of the error.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.