Uses of Interface
software.amazon.awssdk.services.ec2.model.DnsEntry.Builder
-
Packages that use DnsEntry.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DnsEntry.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DnsEntry.Builder Modifier and Type Method Description static DnsEntry.BuilderDnsEntry. builder()DnsEntry.BuilderDnsEntry.Builder. dnsName(String dnsName)The DNS name.DnsEntry.BuilderDnsEntry.Builder. hostedZoneId(String hostedZoneId)The ID of the private hosted zone.DnsEntry.BuilderDnsEntry. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DnsEntry.Builder Modifier and Type Method Description static Class<? extends DnsEntry.Builder>DnsEntry. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type DnsEntry.Builder Modifier and Type Method Description default 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.
-