public static interface ResendContactReachabilityEmailResponse.Builder extends Route53DomainsResponse.Builder, SdkPojo, CopyableBuilder<ResendContactReachabilityEmailResponse.Builder,ResendContactReachabilityEmailResponse>
Modifier and Type | Method and Description |
---|---|
ResendContactReachabilityEmailResponse.Builder |
domainName(String domainName)
The domain name for which you requested a confirmation email.
|
ResendContactReachabilityEmailResponse.Builder |
emailAddress(String emailAddress)
The email address for the registrant contact at the time that we sent the verification email.
|
ResendContactReachabilityEmailResponse.Builder |
isAlreadyVerified(Boolean isAlreadyVerified)
True if the email address for the registrant contact has already been verified, and
false otherwise. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ResendContactReachabilityEmailResponse.Builder domainName(String domainName)
The domain name for which you requested a confirmation email.
domainName
- The domain name for which you requested a confirmation email.ResendContactReachabilityEmailResponse.Builder emailAddress(String emailAddress)
The email address for the registrant contact at the time that we sent the verification email.
emailAddress
- The email address for the registrant contact at the time that we sent the verification email.ResendContactReachabilityEmailResponse.Builder isAlreadyVerified(Boolean isAlreadyVerified)
True
if the email address for the registrant contact has already been verified, and
false
otherwise. If the email address has already been verified, we don't send another
confirmation email.
isAlreadyVerified
- True
if the email address for the registrant contact has already been verified, and
false
otherwise. If the email address has already been verified, we don't send another
confirmation email.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.