Uses of Interface
software.amazon.awssdk.services.apprunner.model.UpdateVpcIngressConnectionRequest.Builder
-
Packages that use UpdateVpcIngressConnectionRequest.Builder Package Description software.amazon.awssdk.services.apprunner App Runner software.amazon.awssdk.services.apprunner.model -
-
Uses of UpdateVpcIngressConnectionRequest.Builder in software.amazon.awssdk.services.apprunner
Method parameters in software.amazon.awssdk.services.apprunner with type arguments of type UpdateVpcIngressConnectionRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateVpcIngressConnectionResponse>AppRunnerAsyncClient. updateVpcIngressConnection(Consumer<UpdateVpcIngressConnectionRequest.Builder> updateVpcIngressConnectionRequest)Update an existing App Runner VPC Ingress Connection resource.default UpdateVpcIngressConnectionResponseAppRunnerClient. updateVpcIngressConnection(Consumer<UpdateVpcIngressConnectionRequest.Builder> updateVpcIngressConnectionRequest)Update an existing App Runner VPC Ingress Connection resource. -
Uses of UpdateVpcIngressConnectionRequest.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return UpdateVpcIngressConnectionRequest.Builder Modifier and Type Method Description static UpdateVpcIngressConnectionRequest.BuilderUpdateVpcIngressConnectionRequest. builder()default UpdateVpcIngressConnectionRequest.BuilderUpdateVpcIngressConnectionRequest.Builder. ingressVpcConfiguration(Consumer<IngressVpcConfiguration.Builder> ingressVpcConfiguration)Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection resource.UpdateVpcIngressConnectionRequest.BuilderUpdateVpcIngressConnectionRequest.Builder. ingressVpcConfiguration(IngressVpcConfiguration ingressVpcConfiguration)Specifications for the customer’s Amazon VPC and the related Amazon Web Services PrivateLink VPC endpoint that are used to update the VPC Ingress Connection resource.UpdateVpcIngressConnectionRequest.BuilderUpdateVpcIngressConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateVpcIngressConnectionRequest.BuilderUpdateVpcIngressConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateVpcIngressConnectionRequest.BuilderUpdateVpcIngressConnectionRequest. toBuilder()UpdateVpcIngressConnectionRequest.BuilderUpdateVpcIngressConnectionRequest.Builder. vpcIngressConnectionArn(String vpcIngressConnectionArn)The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type UpdateVpcIngressConnectionRequest.Builder Modifier and Type Method Description static Class<? extends UpdateVpcIngressConnectionRequest.Builder>UpdateVpcIngressConnectionRequest. serializableBuilderClass()
-