public static interface ModifyPrivateDnsNameOptionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyPrivateDnsNameOptionsRequest.Builder,ModifyPrivateDnsNameOptionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyPrivateDnsNameOptionsRequest.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,
HostnameTypeModifyPrivateDnsNameOptionsRequest.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,
HostnameTypeModifyPrivateDnsNameOptionsRequest.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.BuilderModifyPrivateDnsNameOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.