public static interface GetContactReachabilityStatusResponse.Builder extends Route53DomainsResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetContactReachabilityStatusResponse.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
,
ReachabilityStatus
GetContactReachabilityStatusResponse.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
,
ReachabilityStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.