Uses of Interface
software.amazon.awssdk.services.route53.model.AssociateVpcWithHostedZoneRequest.Builder
-
Packages that use AssociateVpcWithHostedZoneRequest.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 AssociateVpcWithHostedZoneRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type AssociateVpcWithHostedZoneRequest.Builder Modifier and Type Method Description default CompletableFuture<AssociateVpcWithHostedZoneResponse>Route53AsyncClient. associateVPCWithHostedZone(Consumer<AssociateVpcWithHostedZoneRequest.Builder> associateVpcWithHostedZoneRequest)Associates an Amazon VPC with a private hosted zone.default AssociateVpcWithHostedZoneResponseRoute53Client. 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.Builder Modifier and Type Method Description static AssociateVpcWithHostedZoneRequest.BuilderAssociateVpcWithHostedZoneRequest. builder()AssociateVpcWithHostedZoneRequest.BuilderAssociateVpcWithHostedZoneRequest.Builder. comment(String comment)Optional: A comment about the association request.AssociateVpcWithHostedZoneRequest.BuilderAssociateVpcWithHostedZoneRequest.Builder. hostedZoneId(String hostedZoneId)The ID of the private hosted zone that you want to associate an Amazon VPC with.AssociateVpcWithHostedZoneRequest.BuilderAssociateVpcWithHostedZoneRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateVpcWithHostedZoneRequest.BuilderAssociateVpcWithHostedZoneRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateVpcWithHostedZoneRequest.BuilderAssociateVpcWithHostedZoneRequest. toBuilder()default AssociateVpcWithHostedZoneRequest.BuilderAssociateVpcWithHostedZoneRequest.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.AssociateVpcWithHostedZoneRequest.BuilderAssociateVpcWithHostedZoneRequest.Builder. vpc(VPC vpc)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.Builder Modifier and Type Method Description static Class<? extends AssociateVpcWithHostedZoneRequest.Builder>AssociateVpcWithHostedZoneRequest. serializableBuilderClass()
-