CopyableBuilder<GetContactReachabilityStatusResponse.Builder,GetContactReachabilityStatusResponse>
, SdkBuilder<GetContactReachabilityStatusResponse.Builder,GetContactReachabilityStatusResponse>
public static interface GetContactReachabilityStatusResponse.Builder extends CopyableBuilder<GetContactReachabilityStatusResponse.Builder,GetContactReachabilityStatusResponse>
Modifier and Type | Method | Description |
---|---|---|
GetContactReachabilityStatusResponse.Builder |
domainName(String domainName) |
The domain name for which you requested the reachability status.
|
GetContactReachabilityStatusResponse.Builder |
status(String status) |
Whether the registrant contact has responded.
|
GetContactReachabilityStatusResponse.Builder |
status(ReachabilityStatus status) |
Whether the registrant contact has responded.
|
copy
apply, 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
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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.