public static interface PrivateDnsNameOptionsRequest.Builder extends SdkPojo, CopyableBuilder<PrivateDnsNameOptionsRequest.Builder,PrivateDnsNameOptionsRequest>
Modifier and Type | Method and Description |
---|---|
PrivateDnsNameOptionsRequest.Builder |
enableResourceNameDnsAAAARecord(Boolean enableResourceNameDnsAAAARecord)
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
PrivateDnsNameOptionsRequest.Builder |
enableResourceNameDnsARecord(Boolean enableResourceNameDnsARecord)
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
|
PrivateDnsNameOptionsRequest.Builder |
hostnameType(HostnameType hostnameType)
The type of hostname for EC2 instances.
|
PrivateDnsNameOptionsRequest.Builder |
hostnameType(String hostnameType)
The type of hostname for EC2 instances.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
PrivateDnsNameOptionsRequest.Builder hostnameType(String hostnameType)
The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.
hostnameType
- The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on
the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance
ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the
instance ID.HostnameType
,
HostnameType
PrivateDnsNameOptionsRequest.Builder hostnameType(HostnameType hostnameType)
The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.
hostnameType
- The type of hostname for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on
the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance
ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the
instance ID.HostnameType
,
HostnameType
PrivateDnsNameOptionsRequest.Builder enableResourceNameDnsARecord(Boolean enableResourceNameDnsARecord)
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
enableResourceNameDnsARecord
- Indicates whether to respond to DNS queries for instance hostnames with DNS A records.PrivateDnsNameOptionsRequest.Builder enableResourceNameDnsAAAARecord(Boolean enableResourceNameDnsAAAARecord)
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
enableResourceNameDnsAAAARecord
- Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.Copyright © 2022. All rights reserved.