Uses of Interface
software.amazon.awssdk.services.lambda.model.LambdaException.Builder
-
Packages that use LambdaException.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of LambdaException.Builder in software.amazon.awssdk.services.lambda.model
Classes in software.amazon.awssdk.services.lambda.model that implement LambdaException.Builder Modifier and Type Class Description protected static class
LambdaException.BuilderImpl
Methods in software.amazon.awssdk.services.lambda.model that return LambdaException.Builder Modifier and Type Method Description LambdaException.Builder
LambdaException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)
static LambdaException.Builder
LambdaException. builder()
LambdaException.Builder
LambdaException.Builder. cause(Throwable cause)
LambdaException.Builder
LambdaException.Builder. message(String message)
LambdaException.Builder
LambdaException.Builder. requestId(String requestId)
LambdaException.Builder
LambdaException.Builder. statusCode(int statusCode)
LambdaException.Builder
LambdaException. toBuilder()
LambdaException.Builder
LambdaException.Builder. writableStackTrace(Boolean writableStackTrace)
Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type LambdaException.Builder Modifier and Type Method Description static Class<? extends LambdaException.Builder>
LambdaException. serializableBuilderClass()
Constructors in software.amazon.awssdk.services.lambda.model with parameters of type LambdaException.Builder Constructor Description LambdaException(LambdaException.Builder builder)
-