public static interface CreateVpcIngressConnectionResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<CreateVpcIngressConnectionResponse.Builder,CreateVpcIngressConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateVpcIngressConnectionResponse.Builder |
vpcIngressConnection(Consumer<VpcIngressConnection.Builder> vpcIngressConnection)
A description of the App Runner VPC Ingress Connection resource that's created by this request.
|
CreateVpcIngressConnectionResponse.Builder |
vpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection resource that's created by this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVpcIngressConnectionResponse.Builder vpcIngressConnection(VpcIngressConnection vpcIngressConnection)
A description of the App Runner VPC Ingress Connection resource that's created by this request.
vpcIngressConnection - A description of the App Runner VPC Ingress Connection resource that's created by this request.default CreateVpcIngressConnectionResponse.Builder vpcIngressConnection(Consumer<VpcIngressConnection.Builder> vpcIngressConnection)
A description of the App Runner VPC Ingress Connection resource that's created 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.