public static interface DomainSummary.Builder extends SdkPojo, CopyableBuilder<DomainSummary.Builder,DomainSummary>
| Modifier and Type | Method and Description |
|---|---|
DomainSummary.Builder |
createdTime(Instant createdTime)
The time that the domain was created.
|
DomainSummary.Builder |
displayName(String displayName)
The name to display.
|
DomainSummary.Builder |
domainName(String domainName)
The name of the domain.
|
DomainSummary.Builder |
domainStatus(DomainStatus domainStatus)
The status of the domain.
|
DomainSummary.Builder |
domainStatus(String domainStatus)
The status of the domain.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDomainSummary.Builder domainName(String domainName)
The name of the domain.
domainName - The name of the domain.DomainSummary.Builder displayName(String displayName)
The name to display.
displayName - The name to display.DomainSummary.Builder createdTime(Instant createdTime)
The time that the domain was created.
createdTime - The time that the domain was created.DomainSummary.Builder domainStatus(String domainStatus)
The status of the domain.
domainStatus - The status of the domain.DomainStatus,
DomainStatusDomainSummary.Builder domainStatus(DomainStatus domainStatus)
The status of the domain.
domainStatus - The status of the domain.DomainStatus,
DomainStatusCopyright © 2023. All rights reserved.