public static interface DomainValidation.Builder extends SdkPojo, CopyableBuilder<DomainValidation.Builder,DomainValidation>
| Modifier and Type | Method and Description |
|---|---|
DomainValidation.Builder |
domainName(String domainName)
A fully qualified domain name (FQDN) in the certificate.
|
default DomainValidation.Builder |
resourceRecord(Consumer<ResourceRecord.Builder> resourceRecord)
Contains the CNAME record that you add to your DNS database for domain validation.
|
DomainValidation.Builder |
resourceRecord(ResourceRecord resourceRecord)
Contains the CNAME record that you add to your DNS database for domain validation.
|
DomainValidation.Builder |
validationDomain(String validationDomain)
The domain name that ACM used to send domain validation emails.
|
DomainValidation.Builder |
validationEmails(Collection<String> validationEmails)
A list of email addresses that ACM used to send domain validation emails.
|
DomainValidation.Builder |
validationEmails(String... validationEmails)
A list of email addresses that ACM used to send domain validation emails.
|
DomainValidation.Builder |
validationMethod(String validationMethod)
Specifies the domain validation method.
|
DomainValidation.Builder |
validationMethod(ValidationMethod validationMethod)
Specifies the domain validation method.
|
DomainValidation.Builder |
validationStatus(DomainStatus validationStatus)
The validation status of the domain name.
|
DomainValidation.Builder |
validationStatus(String validationStatus)
The validation status of the domain name.
|
copyapplyMutation, buildDomainValidation.Builder domainName(String domainName)
A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or
example.com.
domainName - A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or
example.com.DomainValidation.Builder validationEmails(Collection<String> validationEmails)
A list of email addresses that ACM used to send domain validation emails.
validationEmails - A list of email addresses that ACM used to send domain validation emails.DomainValidation.Builder validationEmails(String... validationEmails)
A list of email addresses that ACM used to send domain validation emails.
validationEmails - A list of email addresses that ACM used to send domain validation emails.DomainValidation.Builder validationDomain(String validationDomain)
The domain name that ACM used to send domain validation emails.
validationDomain - The domain name that ACM used to send domain validation emails.DomainValidation.Builder validationStatus(String validationStatus)
The validation status of the domain name. This can be one of the following values:
PENDING_VALIDATION
SUCCESS
FAILED
validationStatus - The validation status of the domain name. This can be one of the following values:
PENDING_VALIDATION
SUCCESS
FAILED
DomainStatus,
DomainStatusDomainValidation.Builder validationStatus(DomainStatus validationStatus)
The validation status of the domain name. This can be one of the following values:
PENDING_VALIDATION
SUCCESS
FAILED
validationStatus - The validation status of the domain name. This can be one of the following values:
PENDING_VALIDATION
SUCCESS
FAILED
DomainStatus,
DomainStatusDomainValidation.Builder resourceRecord(ResourceRecord resourceRecord)
Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.
resourceRecord - Contains the CNAME record that you add to your DNS database for domain validation. For more
information, see Use DNS to Validate
Domain Ownership.default DomainValidation.Builder resourceRecord(Consumer<ResourceRecord.Builder> resourceRecord)
Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.
This is a convenience that creates an instance of theResourceRecord.Builder avoiding the need to
create one manually via ResourceRecord.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceRecord(ResourceRecord).resourceRecord - a consumer that will call methods on ResourceRecord.BuilderresourceRecord(ResourceRecord)DomainValidation.Builder validationMethod(String validationMethod)
Specifies the domain validation method.
validationMethod - Specifies the domain validation method.ValidationMethod,
ValidationMethodDomainValidation.Builder validationMethod(ValidationMethod validationMethod)
Specifies the domain validation method.
validationMethod - Specifies the domain validation method.ValidationMethod,
ValidationMethodCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.