Uses of Interface
software.amazon.awssdk.services.ec2.model.PrivateDnsNameConfiguration.Builder
Packages that use PrivateDnsNameConfiguration.Builder
-
Uses of PrivateDnsNameConfiguration.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PrivateDnsNameConfiguration.BuilderModifier and TypeMethodDescriptionPrivateDnsNameConfiguration.builder()The name of the record subdomain the service provider needs to create.The verification state of the VPC endpoint service.PrivateDnsNameConfiguration.Builder.state(DnsNameState state) The verification state of the VPC endpoint service.PrivateDnsNameConfiguration.toBuilder()The endpoint service verification type, for example TXT.The value the service provider adds to the private DNS name domain record before verification.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PrivateDnsNameConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PrivateDnsNameConfiguration.Builder>PrivateDnsNameConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PrivateDnsNameConfiguration.BuilderModifier and TypeMethodDescriptiondefault ServiceConfiguration.BuilderServiceConfiguration.Builder.privateDnsNameConfiguration(Consumer<PrivateDnsNameConfiguration.Builder> privateDnsNameConfiguration) Information about the endpoint service private DNS name configuration.