Class DelegationSet
- All Implemented Interfaces:
Serializable
,Cloneable
A complex type that contains name server information.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for DelegationSet object.DelegationSet
(List<String> nameServers) Constructs a new DelegationSet object. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getId()
A complex type that contains the authoritative name servers for the hosted zone.int
hashCode()
void
setCallerReference
(String callerReference) void
void
setNameServers
(Collection<String> nameServers) A complex type that contains the authoritative name servers for the hosted zone.toString()
Returns a string representation of this object; useful for testing and debugging.withCallerReference
(String callerReference) withNameServers
(String... nameServers) A complex type that contains the authoritative name servers for the hosted zone.withNameServers
(Collection<String> nameServers) A complex type that contains the authoritative name servers for the hosted zone.
-
Constructor Details
-
DelegationSet
public DelegationSet()Default constructor for DelegationSet object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
DelegationSet
Constructs a new DelegationSet object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
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 eachNameServer
that is assigned to your hosted zone.
-
-
Method Details
-
setId
- Parameters:
id
-
-
getId
- Returns:
-
withId
- Parameters:
id
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCallerReference
- Parameters:
callerReference
-
-
getCallerReference
- Returns:
-
withCallerReference
- Parameters:
callerReference
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getNameServers
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.- Returns:
- 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.
-
setNameServers
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.- Parameters:
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 eachNameServer
that is assigned to your hosted zone.
-
withNameServers
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.NOTE: This method appends the values to the existing list (if any). Use
setNameServers(java.util.Collection)
orwithNameServers(java.util.Collection)
if you want to override the existing values.- Parameters:
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 eachNameServer
that is assigned to your hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withNameServers
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.- Parameters:
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 eachNameServer
that is assigned to your hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-