@Generated(value="software.amazon.awssdk:codegen") public class DomainValidationOption extends Object implements StructuredPojo, ToCopyableBuilder<DomainValidationOption.Builder,DomainValidationOption>
Contains information about the domain names that you want ACM to use to send you emails to validate your ownership of the domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainValidationOption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DomainValidationOption.Builder |
builder() |
String |
domainName()
A fully qualified domain name (FQDN) in the certificate request.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends DomainValidationOption.Builder> |
serializableBuilderClass() |
DomainValidationOption.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
String |
validationDomain()
The domain name that you want ACM to use to send you validation emails.
|
copypublic String domainName()
A fully qualified domain name (FQDN) in the certificate request.
public String validationDomain()
The domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the
email addresses that you want ACM to use. This must be the same as the DomainName value or a
superdomain of the DomainName value. For example, if you request a certificate for
testing.example.com, you can specify example.com for this value. In that case, ACM
sends domain validation emails to the following five addresses:
admin@example.com
administrator@example.com
hostmaster@example.com
postmaster@example.com
webmaster@example.com
DomainName value
or a superdomain of the DomainName value. For example, if you request a certificate for
testing.example.com, you can specify example.com for this value. In that case,
ACM sends domain validation emails to the following five addresses:
admin@example.com
administrator@example.com
hostmaster@example.com
postmaster@example.com
webmaster@example.com
public DomainValidationOption.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DomainValidationOption.Builder,DomainValidationOption>public static DomainValidationOption.Builder builder()
public static Class<? extends DomainValidationOption.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.