Uses of Interface
software.amazon.awssdk.services.ec2.model.DnsOptions.Builder
Packages that use DnsOptions.Builder
-
Uses of DnsOptions.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DnsOptions.BuilderModifier and TypeMethodDescriptionstatic DnsOptions.BuilderDnsOptions.builder()DnsOptions.Builder.dnsRecordIpType(String dnsRecordIpType) The DNS records created for the endpoint.DnsOptions.Builder.dnsRecordIpType(DnsRecordIpType dnsRecordIpType) The DNS records created for the endpoint.DnsOptions.Builder.privateDnsOnlyForInboundResolverEndpoint(Boolean privateDnsOnlyForInboundResolverEndpoint) Indicates whether to enable private DNS only for inbound endpoints.DnsOptions.Builder.privateDnsPreference(String privateDnsPreference) The preference for which private domains have a private hosted zone created for and associated with the specified VPC.DnsOptions.Builder.privateDnsSpecifiedDomains(String... privateDnsSpecifiedDomains) Indicates which of the private domains to create private hosted zones for and associate with the specified VPC.DnsOptions.Builder.privateDnsSpecifiedDomains(Collection<String> privateDnsSpecifiedDomains) Indicates which of the private domains to create private hosted zones for and associate with the specified VPC.DnsOptions.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DnsOptions.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DnsOptions.Builder>DnsOptions.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DnsOptions.BuilderModifier and TypeMethodDescriptiondefault VpcEndpoint.BuilderVpcEndpoint.Builder.dnsOptions(Consumer<DnsOptions.Builder> dnsOptions) The DNS options for the endpoint.