Cloneable
, ReadLimitInfo
, ToCopyableBuilder<TransferDomainRequest.Builder,TransferDomainRequest>
@Generated("software.amazon.awssdk:codegen") public class TransferDomainRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<TransferDomainRequest.Builder,TransferDomainRequest>
The TransferDomain request includes the following elements.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TransferDomainRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
ContactDetail |
adminContact() |
Provides detailed contact information.
|
String |
authCode() |
The authorization code for the domain.
|
Boolean |
autoRenew() |
Indicates whether the domain will be automatically renewed (true) or not (false).
|
static TransferDomainRequest.Builder |
builder() |
|
String |
domainName() |
The name of the domain that you want to transfer to Amazon Route 53.
|
Integer |
durationInYears() |
The number of years that you want to register the domain for.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
idnLangCode() |
Reserved for future use.
|
List<Nameserver> |
nameservers() |
Contains details for the host and glue IP addresses.
|
Boolean |
privacyProtectAdminContact() |
Whether you want to conceal contact information from WHOIS queries.
|
Boolean |
privacyProtectRegistrantContact() |
Whether you want to conceal contact information from WHOIS queries.
|
Boolean |
privacyProtectTechContact() |
Whether you want to conceal contact information from WHOIS queries.
|
ContactDetail |
registrantContact() |
Provides detailed contact information.
|
static Class<? extends TransferDomainRequest.Builder> |
serializableBuilderClass() |
|
ContactDetail |
techContact() |
Provides detailed contact information.
|
TransferDomainRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String domainName()
The name of the domain that you want to transfer to Amazon Route 53.
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.
public String idnLangCode()
Reserved for future use.
public Integer durationInYears()
The number of years that you want to register the domain for. Domains are registered for a minimum of one year. The maximum period depends on the top-level domain.
Default: 1
Default: 1
public List<Nameserver> nameservers()
Contains details for the host and glue IP addresses.
public String authCode()
The authorization code for the domain. You get this value from the current registrar.
public Boolean autoRenew()
Indicates whether the domain will be automatically renewed (true) or not (false). Autorenewal only takes effect after the account is charged.
Default: true
Default: true
public ContactDetail adminContact()
Provides detailed contact information.
public ContactDetail registrantContact()
Provides detailed contact information.
public ContactDetail techContact()
Provides detailed contact information.
public Boolean privacyProtectAdminContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact
information that you enter.
Default: true
true
,
WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the
contact information that you enter.
Default: true
public Boolean privacyProtectRegistrantContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact
information that you enter.
Default: true
true
,
WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the
contact information that you enter.
Default: true
public Boolean privacyProtectTechContact()
Whether you want to conceal contact information from WHOIS queries. If you specify true
, WHOIS
("who is") queries will return contact information for our registrar partner, Gandi, instead of the contact
information that you enter.
Default: true
true
,
WHOIS ("who is") queries will return contact information for our registrar partner, Gandi, instead of the
contact information that you enter.
Default: true
public TransferDomainRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TransferDomainRequest.Builder,TransferDomainRequest>
public static TransferDomainRequest.Builder builder()
public static Class<? extends TransferDomainRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.