Class Department.Builder
java.lang.Object
io.awspring.cloud.samples.dynamodb.Department.Builder
- Enclosing class:
- Department
-
Method Summary
Modifier and TypeMethodDescriptionstatic Department.Builderbuild()withDepartmentId(UUID departmentId) withEmployeeNumber(Long employeeNumber) withOpeningDate(LocalDate openingDate) withUserId(UUID userId)
-
Method Details
-
aDepartment
-
withUserId
-
withDepartmentId
-
withOpeningDate
-
withEmployeeNumber
-
build
-