public static interface DescribeVpcConnectorResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<DescribeVpcConnectorResponse.Builder,DescribeVpcConnectorResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeVpcConnectorResponse.Builder |
vpcConnector(Consumer<VpcConnector.Builder> vpcConnector)
A description of the App Runner VPC connector that you specified in this request.
|
DescribeVpcConnectorResponse.Builder |
vpcConnector(VpcConnector vpcConnector)
A description of the App Runner VPC connector that you specified in this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVpcConnectorResponse.Builder vpcConnector(VpcConnector vpcConnector)
A description of the App Runner VPC connector that you specified in this request.
vpcConnector - A description of the App Runner VPC connector that you specified in this request.default DescribeVpcConnectorResponse.Builder vpcConnector(Consumer<VpcConnector.Builder> vpcConnector)
A description of the App Runner VPC connector that you specified in this request.
This is a convenience method that creates an instance of theVpcConnector.Builder avoiding the need
to create one manually via VpcConnector.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcConnector(VpcConnector).
vpcConnector - a consumer that will call methods on VpcConnector.BuildervpcConnector(VpcConnector)Copyright © 2023. All rights reserved.