public static interface CreateVpcConnectorResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<CreateVpcConnectorResponse.Builder,CreateVpcConnectorResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateVpcConnectorResponse.Builder |
vpcConnector(Consumer<VpcConnector.Builder> vpcConnector)
A description of the App Runner VPC connector that's created by this request.
|
CreateVpcConnectorResponse.Builder |
vpcConnector(VpcConnector vpcConnector)
A description of the App Runner VPC connector that's created by this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateVpcConnectorResponse.Builder vpcConnector(VpcConnector vpcConnector)
A description of the App Runner VPC connector that's created by this request.
vpcConnector - A description of the App Runner VPC connector that's created by this request.default CreateVpcConnectorResponse.Builder vpcConnector(Consumer<VpcConnector.Builder> vpcConnector)
A description of the App Runner VPC connector that's created by 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 © 2022. All rights reserved.