Uses of Interface
software.amazon.awssdk.services.lambda.model.SnapStartException.Builder
-
Packages that use SnapStartException.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of SnapStartException.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return SnapStartException.Builder Modifier and Type Method Description SnapStartException.BuilderSnapStartException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SnapStartException.BuilderSnapStartException. builder()SnapStartException.BuilderSnapStartException.Builder. cause(Throwable cause)SnapStartException.BuilderSnapStartException.Builder. message(String message)SnapStartException.BuilderSnapStartException.Builder. requestId(String requestId)SnapStartException.BuilderSnapStartException.Builder. statusCode(int statusCode)SnapStartException.BuilderSnapStartException. toBuilder()SnapStartException.BuilderSnapStartException.Builder. type(String type)Sets the value of the Type property for this object.SnapStartException.BuilderSnapStartException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type SnapStartException.Builder Modifier and Type Method Description static Class<? extends SnapStartException.Builder>SnapStartException. serializableBuilderClass()
-