| Package | Description |
|---|---|
| software.amazon.awssdk.services.apprunner |
|
| software.amazon.awssdk.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateVpcIngressConnectionResponse> |
AppRunnerAsyncClient.updateVpcIngressConnection(Consumer<UpdateVpcIngressConnectionRequest.Builder> updateVpcIngressConnectionRequest)
Update an existing App Runner VPC Ingress Connection resource.
|
default UpdateVpcIngressConnectionResponse |
AppRunnerClient.updateVpcIngressConnection(Consumer<UpdateVpcIngressConnectionRequest.Builder> updateVpcIngressConnectionRequest)
Update an existing App Runner VPC Ingress Connection resource.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateVpcIngressConnectionRequest.Builder |
UpdateVpcIngressConnectionRequest.builder() |
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.
|
UpdateVpcIngressConnectionRequest.Builder |
UpdateVpcIngressConnectionRequest.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.Builder |
UpdateVpcIngressConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVpcIngressConnectionRequest.Builder |
UpdateVpcIngressConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVpcIngressConnectionRequest.Builder |
UpdateVpcIngressConnectionRequest.toBuilder() |
UpdateVpcIngressConnectionRequest.Builder |
UpdateVpcIngressConnectionRequest.Builder.vpcIngressConnectionArn(String vpcIngressConnectionArn)
The Amazon Resource Name (Arn) for the App Runner VPC Ingress Connection resource that you want to update.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateVpcIngressConnectionRequest.Builder> |
UpdateVpcIngressConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.