Uses of Interface
software.amazon.awssdk.services.lambda.model.EnvironmentError.Builder
-
Packages that use EnvironmentError.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of EnvironmentError.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return EnvironmentError.Builder Modifier and Type Method Description static EnvironmentError.BuilderEnvironmentError. builder()EnvironmentError.BuilderEnvironmentError.Builder. errorCode(String errorCode)The error code.EnvironmentError.BuilderEnvironmentError.Builder. message(String message)The error message.EnvironmentError.BuilderEnvironmentError. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type EnvironmentError.Builder Modifier and Type Method Description static Class<? extends EnvironmentError.Builder>EnvironmentError. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type EnvironmentError.Builder Modifier and Type Method Description default EnvironmentResponse.BuilderEnvironmentResponse.Builder. error(Consumer<EnvironmentError.Builder> error)Error messages for environment variables that couldn't be applied.
-