public static interface UpdateVpcIngressConnectionResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<UpdateVpcIngressConnectionResponse.Builder,UpdateVpcIngressConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateVpcIngressConnectionResponse.Builder |
vpcIngressConnection(Consumer<VpcIngressConnection.Builder> vpcIngressConnection)
A description of the App Runner VPC Ingress Connection resource that's updated by this request.
|
UpdateVpcIngressConnectionResponse.Builder |
vpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection resource that's updated by this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVpcIngressConnectionResponse.Builder vpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection resource that's updated by this request.
vpcIngressConnection - A description of the App Runner VPC Ingress Connection resource that's updated by this request.default UpdateVpcIngressConnectionResponse.Builder vpcIngressConnection(Consumer<VpcIngressConnection.Builder> vpcIngressConnection)
A description of the App Runner VPC Ingress Connection resource that's updated by this request.
This is a convenience method that creates an instance of theVpcIngressConnection.Builder avoiding
the need to create one manually via VpcIngressConnection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to vpcIngressConnection(VpcIngressConnection).
vpcIngressConnection - a consumer that will call methods on VpcIngressConnection.BuildervpcIngressConnection(VpcIngressConnection)Copyright © 2023. All rights reserved.