public static interface GetMailDomainResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<GetMailDomainResponse.Builder,GetMailDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
GetMailDomainResponse.Builder |
dkimVerificationStatus(DnsRecordVerificationStatus dkimVerificationStatus)
Indicates the status of a DKIM verification.
|
GetMailDomainResponse.Builder |
dkimVerificationStatus(String dkimVerificationStatus)
Indicates the status of a DKIM verification.
|
GetMailDomainResponse.Builder |
isDefault(Boolean isDefault)
Specifies whether the domain is the default domain for your organization.
|
GetMailDomainResponse.Builder |
isTestDomain(Boolean isTestDomain)
Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
|
GetMailDomainResponse.Builder |
ownershipVerificationStatus(DnsRecordVerificationStatus ownershipVerificationStatus)
Indicates the status of the domain ownership verification.
|
GetMailDomainResponse.Builder |
ownershipVerificationStatus(String ownershipVerificationStatus)
Indicates the status of the domain ownership verification.
|
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 |
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 |
records(DnsRecord... records)
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetMailDomainResponse.Builder records(Collection<DnsRecord> records)
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic to SES. See admin guide for more details.
records - A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user
experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic
to SES. See admin guide for more details.GetMailDomainResponse.Builder records(DnsRecord... records)
A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic to SES. See admin guide for more details.
records - A list of the DNS records that WorkMail recommends adding in your DNS provider for the best user
experience. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic
to SES. See admin guide for more details.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. The records configure your domain with DMARC, SPF, DKIM, and direct incoming email traffic to SES. See admin guide for more details.
This is a convenience method that creates an instance of theDnsRecord.Builder avoiding the need to create one
manually via DnsRecord.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #records(List.
records - a consumer that will call methods on
DnsRecord.Builder#records(java.util.Collection) GetMailDomainResponse.Builder isTestDomain(Boolean isTestDomain)
Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.
isTestDomain - Specifies whether the domain is a test domain provided by WorkMail, or a custom domain.GetMailDomainResponse.Builder isDefault(Boolean isDefault)
Specifies whether the domain is the default domain for your organization.
isDefault - Specifies whether the domain is the default domain for your organization.GetMailDomainResponse.Builder ownershipVerificationStatus(String ownershipVerificationStatus)
Indicates the status of the domain ownership verification.
ownershipVerificationStatus - Indicates the status of the domain ownership verification.DnsRecordVerificationStatus,
DnsRecordVerificationStatusGetMailDomainResponse.Builder ownershipVerificationStatus(DnsRecordVerificationStatus ownershipVerificationStatus)
Indicates the status of the domain ownership verification.
ownershipVerificationStatus - Indicates the status of the domain ownership verification.DnsRecordVerificationStatus,
DnsRecordVerificationStatusGetMailDomainResponse.Builder dkimVerificationStatus(String dkimVerificationStatus)
Indicates the status of a DKIM verification.
dkimVerificationStatus - Indicates the status of a DKIM verification.DnsRecordVerificationStatus,
DnsRecordVerificationStatusGetMailDomainResponse.Builder dkimVerificationStatus(DnsRecordVerificationStatus dkimVerificationStatus)
Indicates the status of a DKIM verification.
dkimVerificationStatus - Indicates the status of a DKIM verification.DnsRecordVerificationStatus,
DnsRecordVerificationStatusCopyright © 2023. All rights reserved.