| Package | Description |
|---|---|
| software.amazon.awssdk.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
static IngressVpcConfiguration.Builder |
IngressVpcConfiguration.builder() |
IngressVpcConfiguration.Builder |
IngressVpcConfiguration.toBuilder() |
IngressVpcConfiguration.Builder |
IngressVpcConfiguration.Builder.vpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint that your App Runner service connects to.
|
IngressVpcConfiguration.Builder |
IngressVpcConfiguration.Builder.vpcId(String vpcId)
The ID of the VPC that is used for the VPC endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends IngressVpcConfiguration.Builder> |
IngressVpcConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default VpcIngressConnection.Builder |
VpcIngressConnection.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.
|
default UpdateVpcIngressConnectionRequest.Builder |
UpdateVpcIngressConnectionRequest.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 CreateVpcIngressConnectionRequest.Builder |
CreateVpcIngressConnectionRequest.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.
|
Copyright © 2023. All rights reserved.