Uses of Interface
software.amazon.awssdk.services.route53.model.AssociateVpcWithHostedZoneRequest.Builder
Packages that use AssociateVpcWithHostedZoneRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of AssociateVpcWithHostedZoneRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type AssociateVpcWithHostedZoneRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.associateVPCWithHostedZone(Consumer<AssociateVpcWithHostedZoneRequest.Builder> associateVpcWithHostedZoneRequest) Associates an Amazon VPC with a private hosted zone.Route53Client.associateVPCWithHostedZone(Consumer<AssociateVpcWithHostedZoneRequest.Builder> associateVpcWithHostedZoneRequest) Associates an Amazon VPC with a private hosted zone. -
Uses of AssociateVpcWithHostedZoneRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return AssociateVpcWithHostedZoneRequest.BuilderModifier and TypeMethodDescriptionAssociateVpcWithHostedZoneRequest.builder()Optional: A comment about the association request.AssociateVpcWithHostedZoneRequest.Builder.hostedZoneId(String hostedZoneId) The ID of the private hosted zone that you want to associate an Amazon VPC with.AssociateVpcWithHostedZoneRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AssociateVpcWithHostedZoneRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AssociateVpcWithHostedZoneRequest.toBuilder()AssociateVpcWithHostedZoneRequest.Builder.vpc(Consumer<VPC.Builder> vpc) A complex type that contains information about the VPC that you want to associate with a private hosted zone.A complex type that contains information about the VPC that you want to associate with a private hosted zone.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type AssociateVpcWithHostedZoneRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AssociateVpcWithHostedZoneRequest.Builder>AssociateVpcWithHostedZoneRequest.serializableBuilderClass()