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