public static interface ListVpcConnectorsResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<ListVpcConnectorsResponse.Builder,ListVpcConnectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVpcConnectorsResponse.Builder |
nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page.
|
ListVpcConnectorsResponse.Builder |
vpcConnectors(Collection<VpcConnector> vpcConnectors)
A list of information records for VPC connectors.
|
ListVpcConnectorsResponse.Builder |
vpcConnectors(Consumer<VpcConnector.Builder>... vpcConnectors)
A list of information records for VPC connectors.
|
ListVpcConnectorsResponse.Builder |
vpcConnectors(VpcConnector... vpcConnectors)
A list of information records for VPC connectors.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVpcConnectorsResponse.Builder vpcConnectors(Collection<VpcConnector> vpcConnectors)
A list of information records for VPC connectors. In a paginated request, the request returns up to
MaxResults records for each call.
vpcConnectors - A list of information records for VPC connectors. In a paginated request, the request returns up to
MaxResults records for each call.ListVpcConnectorsResponse.Builder vpcConnectors(VpcConnector... vpcConnectors)
A list of information records for VPC connectors. In a paginated request, the request returns up to
MaxResults records for each call.
vpcConnectors - A list of information records for VPC connectors. In a paginated request, the request returns up to
MaxResults records for each call.ListVpcConnectorsResponse.Builder vpcConnectors(Consumer<VpcConnector.Builder>... vpcConnectors)
A list of information records for VPC connectors. In a paginated request, the request returns up to
MaxResults records for each call.
VpcConnector.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 #vpcConnectors(List.
vpcConnectors - a consumer that will call methods on
VpcConnector.Builder#vpcConnectors(java.util.Collection) ListVpcConnectorsResponse.Builder nextToken(String nextToken)
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
nextToken - The token that you can pass in a subsequent request to get the next result page. It's returned in a
paginated request.Copyright © 2022. All rights reserved.