static GetDomainUnitResponse.Builder |
GetDomainUnitResponse.builder() |
|
GetDomainUnitResponse.Builder |
GetDomainUnitResponse.Builder.createdAt(Instant createdAt) |
The time stamp at which the domain unit was created.
|
GetDomainUnitResponse.Builder |
GetDomainUnitResponse.Builder.createdBy(String createdBy) |
The user who created the domain unit.
|
GetDomainUnitResponse.Builder |
GetDomainUnitResponse.Builder.description(String description) |
The description of the domain unit.
|
GetDomainUnitResponse.Builder |
GetDomainUnitResponse.Builder.domainId(String domainId) |
The ID of the domain in which the domain unit lives.
|
GetDomainUnitResponse.Builder |
GetDomainUnitResponse.Builder.id(String id) |
The ID of the domain unit.
|
GetDomainUnitResponse.Builder |
GetDomainUnitResponse.Builder.lastUpdatedAt(Instant lastUpdatedAt) |
The timestamp at which the domain unit was last updated.
|
GetDomainUnitResponse.Builder |
GetDomainUnitResponse.Builder.lastUpdatedBy(String lastUpdatedBy) |
The user who last updated the domain unit.
|
GetDomainUnitResponse.Builder |
GetDomainUnitResponse.Builder.name(String name) |
The name of the domain unit.
|
GetDomainUnitResponse.Builder |
GetDomainUnitResponse.Builder.owners(Collection<DomainUnitOwnerProperties> owners) |
The owners of the domain unit.
|
GetDomainUnitResponse.Builder |
GetDomainUnitResponse.Builder.owners(Consumer<DomainUnitOwnerProperties.Builder>... owners) |
The owners of the domain unit.
|
GetDomainUnitResponse.Builder |
GetDomainUnitResponse.Builder.owners(DomainUnitOwnerProperties... owners) |
The owners of the domain unit.
|
GetDomainUnitResponse.Builder |
GetDomainUnitResponse.Builder.parentDomainUnitId(String parentDomainUnitId) |
The ID of the parent domain unit.
|
GetDomainUnitResponse.Builder |
GetDomainUnitResponse.toBuilder() |
|