Uses of Interface
software.amazon.awssdk.services.route53.model.CreateVpcAssociationAuthorizationRequest.Builder
Packages that use CreateVpcAssociationAuthorizationRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of CreateVpcAssociationAuthorizationRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type CreateVpcAssociationAuthorizationRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.createVPCAssociationAuthorization(Consumer<CreateVpcAssociationAuthorizationRequest.Builder> createVpcAssociationAuthorizationRequest) Authorizes the Amazon Web Services account that created a specified VPC to submit anAssociateVPCWithHostedZonerequest to associate the VPC with a specified hosted zone that was created by a different account.Route53Client.createVPCAssociationAuthorization(Consumer<CreateVpcAssociationAuthorizationRequest.Builder> createVpcAssociationAuthorizationRequest) Authorizes the Amazon Web Services account that created a specified VPC to submit anAssociateVPCWithHostedZonerequest to associate the VPC with a specified hosted zone that was created by a different account. -
Uses of CreateVpcAssociationAuthorizationRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CreateVpcAssociationAuthorizationRequest.BuilderModifier and TypeMethodDescriptionCreateVpcAssociationAuthorizationRequest.builder()CreateVpcAssociationAuthorizationRequest.Builder.hostedZoneId(String hostedZoneId) The ID of the private hosted zone that you want to authorize associating a VPC with.CreateVpcAssociationAuthorizationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateVpcAssociationAuthorizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateVpcAssociationAuthorizationRequest.toBuilder()CreateVpcAssociationAuthorizationRequest.Builder.vpc(Consumer<VPC.Builder> vpc) A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CreateVpcAssociationAuthorizationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateVpcAssociationAuthorizationRequest.Builder>CreateVpcAssociationAuthorizationRequest.serializableBuilderClass()