Uses of Interface
software.amazon.awssdk.services.route53.model.CreateVpcAssociationAuthorizationResponse.Builder
-
Packages that use CreateVpcAssociationAuthorizationResponse.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of CreateVpcAssociationAuthorizationResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CreateVpcAssociationAuthorizationResponse.Builder Modifier and Type Method Description static CreateVpcAssociationAuthorizationResponse.BuilderCreateVpcAssociationAuthorizationResponse. builder()CreateVpcAssociationAuthorizationResponse.BuilderCreateVpcAssociationAuthorizationResponse.Builder. hostedZoneId(String hostedZoneId)The ID of the hosted zone that you authorized associating a VPC with.CreateVpcAssociationAuthorizationResponse.BuilderCreateVpcAssociationAuthorizationResponse. toBuilder()default CreateVpcAssociationAuthorizationResponse.BuilderCreateVpcAssociationAuthorizationResponse.Builder. vpc(Consumer<VPC.Builder> vpc)The VPC that you authorized associating with a hosted zone.CreateVpcAssociationAuthorizationResponse.BuilderCreateVpcAssociationAuthorizationResponse.Builder. vpc(VPC vpc)The VPC that you authorized associating with a hosted zone.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CreateVpcAssociationAuthorizationResponse.Builder Modifier and Type Method Description static Class<? extends CreateVpcAssociationAuthorizationResponse.Builder>CreateVpcAssociationAuthorizationResponse. serializableBuilderClass()
-