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