public static interface GetContactReachabilityStatusResponse.Builder extends Route53DomainsResponse.Builder, CopyableBuilder<GetContactReachabilityStatusResponse.Builder,GetContactReachabilityStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetContactReachabilityStatusResponse.Builder |
domainName(String domainName)
The domain name for which you requested the reachability status.
|
GetContactReachabilityStatusResponse.Builder |
status(ReachabilityStatus status)
Whether the registrant contact has responded.
|
GetContactReachabilityStatusResponse.Builder |
status(String status)
Whether the registrant contact has responded.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetContactReachabilityStatusResponse.Builder domainName(String domainName)
The domain name for which you requested the reachability status.
domainName - The domain name for which you requested the reachability status.GetContactReachabilityStatusResponse.Builder status(String status)
Whether the registrant contact has responded. Values include the following:
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
status - Whether the registrant contact has responded. Values include the following:
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
ReachabilityStatus,
ReachabilityStatusGetContactReachabilityStatusResponse.Builder status(ReachabilityStatus status)
Whether the registrant contact has responded. Values include the following:
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
status - Whether the registrant contact has responded. Values include the following:
We sent the confirmation email and haven't received a response yet.
We sent the email and got confirmation from the registrant contact.
The time limit expired before the registrant contact responded.
ReachabilityStatus,
ReachabilityStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.