@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateDomainNameserversRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Replaces the current set of name servers for the domain with the specified set of name servers. If you use Amazon Route 53 as your DNS service, specify the four name servers in the delegation set for the hosted zone for the domain.
If successful, this operation returns an operation ID that you can use to track the progress and completion of the action. If the request is not completed successfully, the domain registrant will be notified by email.
NOOP
Constructor and Description |
---|
UpdateDomainNameserversRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateDomainNameserversRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDomainName()
The name of the domain that you want to change name servers for.
|
String |
getFIAuthKey()
Deprecated.
|
List<Nameserver> |
getNameservers()
A list of new name servers for the domain.
|
int |
hashCode() |
void |
setDomainName(String domainName)
The name of the domain that you want to change name servers for.
|
void |
setFIAuthKey(String fIAuthKey)
Deprecated.
|
void |
setNameservers(Collection<Nameserver> nameservers)
A list of new name servers for the domain.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateDomainNameserversRequest |
withDomainName(String domainName)
The name of the domain that you want to change name servers for.
|
UpdateDomainNameserversRequest |
withFIAuthKey(String fIAuthKey)
Deprecated.
|
UpdateDomainNameserversRequest |
withNameservers(Collection<Nameserver> nameservers)
A list of new name servers for the domain.
|
UpdateDomainNameserversRequest |
withNameservers(Nameserver... nameservers)
A list of new name servers for the domain.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setDomainName(String domainName)
The name of the domain that you want to change name servers for.
domainName
- The name of the domain that you want to change name servers for.public String getDomainName()
The name of the domain that you want to change name servers for.
public UpdateDomainNameserversRequest withDomainName(String domainName)
The name of the domain that you want to change name servers for.
domainName
- The name of the domain that you want to change name servers for.@Deprecated public void setFIAuthKey(String fIAuthKey)
The authorization key for .fi domains
fIAuthKey
- The authorization key for .fi domains@Deprecated public String getFIAuthKey()
The authorization key for .fi domains
@Deprecated public UpdateDomainNameserversRequest withFIAuthKey(String fIAuthKey)
The authorization key for .fi domains
fIAuthKey
- The authorization key for .fi domainspublic List<Nameserver> getNameservers()
A list of new name servers for the domain.
public void setNameservers(Collection<Nameserver> nameservers)
A list of new name servers for the domain.
nameservers
- A list of new name servers for the domain.public UpdateDomainNameserversRequest withNameservers(Nameserver... nameservers)
A list of new name servers for the domain.
NOTE: This method appends the values to the existing list (if any). Use
setNameservers(java.util.Collection)
or withNameservers(java.util.Collection)
if you want to
override the existing values.
nameservers
- A list of new name servers for the domain.public UpdateDomainNameserversRequest withNameservers(Collection<Nameserver> nameservers)
A list of new name servers for the domain.
nameservers
- A list of new name servers for the domain.public String toString()
toString
in class Object
Object.toString()
public UpdateDomainNameserversRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.