Uses of Interface
software.amazon.awssdk.services.route53.model.CreateVpcAssociationAuthorizationRequest.Builder
-
Packages that use CreateVpcAssociationAuthorizationRequest.Builder Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.software.amazon.awssdk.services.route53.model -
-
Uses of CreateVpcAssociationAuthorizationRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type CreateVpcAssociationAuthorizationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateVpcAssociationAuthorizationResponse>Route53AsyncClient. 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.default CreateVpcAssociationAuthorizationResponseRoute53Client. 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.Builder Modifier and Type Method Description static CreateVpcAssociationAuthorizationRequest.BuilderCreateVpcAssociationAuthorizationRequest. builder()CreateVpcAssociationAuthorizationRequest.BuilderCreateVpcAssociationAuthorizationRequest.Builder. hostedZoneId(String hostedZoneId)The ID of the private hosted zone that you want to authorize associating a VPC with.CreateVpcAssociationAuthorizationRequest.BuilderCreateVpcAssociationAuthorizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateVpcAssociationAuthorizationRequest.BuilderCreateVpcAssociationAuthorizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateVpcAssociationAuthorizationRequest.BuilderCreateVpcAssociationAuthorizationRequest. toBuilder()default CreateVpcAssociationAuthorizationRequest.BuilderCreateVpcAssociationAuthorizationRequest.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.CreateVpcAssociationAuthorizationRequest.BuilderCreateVpcAssociationAuthorizationRequest.Builder. vpc(VPC vpc)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.Builder Modifier and Type Method Description static Class<? extends CreateVpcAssociationAuthorizationRequest.Builder>CreateVpcAssociationAuthorizationRequest. serializableBuilderClass()
-