Uses of Interface
software.amazon.awssdk.services.apprunner.model.IngressVpcConfiguration.Builder
-
Packages that use IngressVpcConfiguration.Builder Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of IngressVpcConfiguration.Builder in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return IngressVpcConfiguration.Builder Modifier and Type Method Description static IngressVpcConfiguration.BuilderIngressVpcConfiguration. builder()IngressVpcConfiguration.BuilderIngressVpcConfiguration. toBuilder()IngressVpcConfiguration.BuilderIngressVpcConfiguration.Builder. vpcEndpointId(String vpcEndpointId)The ID of the VPC endpoint that your App Runner service connects to.IngressVpcConfiguration.BuilderIngressVpcConfiguration.Builder. vpcId(String vpcId)The ID of the VPC that is used for the VPC endpoint.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type IngressVpcConfiguration.Builder Modifier and Type Method Description static Class<? extends IngressVpcConfiguration.Builder>IngressVpcConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.apprunner.model with type arguments of type IngressVpcConfiguration.Builder Modifier and Type Method Description default CreateVpcIngressConnectionRequest.BuilderCreateVpcIngressConnectionRequest.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 create the VPC Ingress Connection resource.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.default VpcIngressConnection.BuilderVpcIngressConnection.Builder. ingressVpcConfiguration(Consumer<IngressVpcConfiguration.Builder> ingressVpcConfiguration)Specifications for the customer’s VPC and related PrivateLink VPC endpoint that are used to associate with the VPC Ingress Connection resource.
-