public static interface ModifyPrivateDnsNameOptionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyPrivateDnsNameOptionsRequest.Builder,ModifyPrivateDnsNameOptionsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyPrivateDnsNameOptionsRequest.Builder instanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.ModifyPrivateDnsNameOptionsRequest.Builder privateDnsHostnameType(String privateDnsHostnameType)
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.
privateDnsHostnameType
- 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
ModifyPrivateDnsNameOptionsRequest.Builder privateDnsHostnameType(HostnameType privateDnsHostnameType)
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.
privateDnsHostnameType
- 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
ModifyPrivateDnsNameOptionsRequest.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.ModifyPrivateDnsNameOptionsRequest.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.ModifyPrivateDnsNameOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ModifyPrivateDnsNameOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.