public static interface LaunchTemplatePrivateDnsNameOptionsRequest.Builder extends SdkPojo, CopyableBuilder<LaunchTemplatePrivateDnsNameOptionsRequest.Builder,LaunchTemplatePrivateDnsNameOptionsRequest>
Modifier and Type | Method and Description |
---|---|
LaunchTemplatePrivateDnsNameOptionsRequest.Builder |
enableResourceNameDnsAAAARecord(Boolean enableResourceNameDnsAAAARecord)
Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.
|
LaunchTemplatePrivateDnsNameOptionsRequest.Builder |
enableResourceNameDnsARecord(Boolean enableResourceNameDnsARecord)
Indicates whether to respond to DNS queries for instance hostnames with DNS A records.
|
LaunchTemplatePrivateDnsNameOptionsRequest.Builder |
hostnameType(HostnameType hostnameType)
The type of hostname for Amazon EC2 instances.
|
LaunchTemplatePrivateDnsNameOptionsRequest.Builder |
hostnameType(String hostnameType)
The type of hostname for Amazon EC2 instances.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LaunchTemplatePrivateDnsNameOptionsRequest.Builder hostnameType(String hostnameType)
The type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native 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 Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be
based on the instance IPv4 address. For IPv6 native 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
LaunchTemplatePrivateDnsNameOptionsRequest.Builder hostnameType(HostnameType hostnameType)
The type of hostname for Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 native 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 Amazon EC2 instances. For IPv4 only subnets, an instance DNS name must be
based on the instance IPv4 address. For IPv6 native 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
LaunchTemplatePrivateDnsNameOptionsRequest.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.LaunchTemplatePrivateDnsNameOptionsRequest.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 © 2023. All rights reserved.