static GetMailDomainResponse.Builder |
GetMailDomainResponse.builder() |
|
GetMailDomainResponse.Builder |
GetMailDomainResponse.Builder.dkimVerificationStatus(String dkimVerificationStatus) |
Indicates the status of a DKIM verification.
|
GetMailDomainResponse.Builder |
GetMailDomainResponse.Builder.dkimVerificationStatus(DnsRecordVerificationStatus dkimVerificationStatus) |
Indicates the status of a DKIM verification.
|
GetMailDomainResponse.Builder |
GetMailDomainResponse.Builder.isDefault(Boolean isDefault) |
Specifies whether the domain is the default domain for your organization.
|
GetMailDomainResponse.Builder |
GetMailDomainResponse.Builder.isTestDomain(Boolean isTestDomain) |
Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
|
GetMailDomainResponse.Builder |
GetMailDomainResponse.Builder.ownershipVerificationStatus(String ownershipVerificationStatus) |
Indicates the status of the domain ownership verification.
|
GetMailDomainResponse.Builder |
GetMailDomainResponse.Builder.ownershipVerificationStatus(DnsRecordVerificationStatus ownershipVerificationStatus) |
Indicates the status of the domain ownership verification.
|
GetMailDomainResponse.Builder |
GetMailDomainResponse.Builder.records(Collection<DnsRecord> records) |
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience.
|
GetMailDomainResponse.Builder |
GetMailDomainResponse.Builder.records(Consumer<DnsRecord.Builder>... records) |
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience.
|
GetMailDomainResponse.Builder |
GetMailDomainResponse.Builder.records(DnsRecord... records) |
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience.
|
GetMailDomainResponse.Builder |
GetMailDomainResponse.toBuilder() |
|