StructuredPojo
, ToCopyableBuilder<Nameserver.Builder,Nameserver>
@Generated("software.amazon.awssdk:codegen") public class Nameserver extends Object implements StructuredPojo, ToCopyableBuilder<Nameserver.Builder,Nameserver>
Nameserver includes the following elements.
Modifier and Type | Class | Description |
---|---|---|
static interface |
Nameserver.Builder |
Modifier and Type | Method | Description |
---|---|---|
static Nameserver.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<String> |
glueIps() |
Glue IP address of a name server entry.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
name() |
The fully qualified host name of the name server.
|
static Class<? extends Nameserver.Builder> |
serializableBuilderClass() |
|
Nameserver.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The fully qualified host name of the name server.
Constraint: Maximum 255 characters
Constraint: Maximum 255 characters
public List<String> glueIps()
Glue IP address of a name server entry. Glue IP addresses are required only when the name of the name server is a subdomain of the domain. For example, if your domain is example.com and the name server for the domain is ns.example.com, you need to specify the IP address for ns.example.com.
Constraints: The list can contain only one IPv4 and one IPv6 address.
Constraints: The list can contain only one IPv4 and one IPv6 address.
public Nameserver.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Nameserver.Builder,Nameserver>
public static Nameserver.Builder builder()
public static Class<? extends Nameserver.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.