|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.route53.model.DelegationSet
public class DelegationSet
A complex type that contains name server information.
Constructor Summary | |
---|---|
DelegationSet()
Default constructor for a new DelegationSet object. |
|
DelegationSet(List<String> nameServers)
Constructs a new DelegationSet object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getNameServers()
A complex type that contains the authoritative name servers for the hosted zone. |
int |
hashCode()
|
void |
setNameServers(Collection<String> nameServers)
A complex type that contains the authoritative name servers for the hosted zone. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DelegationSet |
withNameServers(Collection<String> nameServers)
A complex type that contains the authoritative name servers for the hosted zone. |
DelegationSet |
withNameServers(String... nameServers)
A complex type that contains the authoritative name servers for the hosted zone. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DelegationSet()
public DelegationSet(List<String> nameServers)
nameServers
- A complex type that contains the authoritative name
servers for the hosted zone. Use the method provided by your domain
registrar to add an NS record to your domain for each
NameServer
that is assigned to your hosted zone.Method Detail |
---|
public List<String> getNameServers()
NameServer
that is
assigned to your hosted zone.
Constraints:
Length: 1 -
NameServer
that is
assigned to your hosted zone.public void setNameServers(Collection<String> nameServers)
NameServer
that is
assigned to your hosted zone.
Constraints:
Length: 1 -
nameServers
- A complex type that contains the authoritative name servers for the
hosted zone. Use the method provided by your domain registrar to add
an NS record to your domain for each NameServer
that is
assigned to your hosted zone.public DelegationSet withNameServers(String... nameServers)
NameServer
that is
assigned to your hosted zone.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nameServers
- A complex type that contains the authoritative name servers for the
hosted zone. Use the method provided by your domain registrar to add
an NS record to your domain for each NameServer
that is
assigned to your hosted zone.
public DelegationSet withNameServers(Collection<String> nameServers)
NameServer
that is
assigned to your hosted zone.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 -
nameServers
- A complex type that contains the authoritative name servers for the
hosted zone. Use the method provided by your domain registrar to add
an NS record to your domain for each NameServer
that is
assigned to your hosted zone.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |