Uses of Interface
software.amazon.awssdk.services.ec2.model.DnsEntry.Builder
Packages that use DnsEntry.Builder
-
Uses of DnsEntry.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DnsEntry.BuilderModifier and TypeMethodDescriptionstatic DnsEntry.BuilderDnsEntry.builder()The DNS name.DnsEntry.Builder.hostedZoneId(String hostedZoneId) The ID of the private hosted zone.DnsEntry.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DnsEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DnsEntry.Builder>DnsEntry.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DnsEntry.BuilderModifier and TypeMethodDescriptiondefault VpcEndpointAssociation.BuilderVpcEndpointAssociation.Builder.dnsEntry(Consumer<DnsEntry.Builder> dnsEntry) The DNS entry of the VPC endpoint association.default VpcEndpointAssociation.BuilderVpcEndpointAssociation.Builder.privateDnsEntry(Consumer<DnsEntry.Builder> privateDnsEntry) The private DNS entry of the VPC endpoint association.