public static interface ListVpcConnectionsResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<ListVpcConnectionsResponse.Builder,ListVpcConnectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVpcConnectionsResponse.Builder |
nextToken(String nextToken)
The paginated results marker.
|
ListVpcConnectionsResponse.Builder |
vpcConnections(Collection<VpcConnection> vpcConnections)
List of VPC connections.
|
ListVpcConnectionsResponse.Builder |
vpcConnections(Consumer<VpcConnection.Builder>... vpcConnections)
List of VPC connections.
|
ListVpcConnectionsResponse.Builder |
vpcConnections(VpcConnection... vpcConnections)
List of VPC connections.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVpcConnectionsResponse.Builder vpcConnections(Collection<VpcConnection> vpcConnections)
List of VPC connections.
vpcConnections - List of VPC connections.
ListVpcConnectionsResponse.Builder vpcConnections(VpcConnection... vpcConnections)
List of VPC connections.
vpcConnections - List of VPC connections.
ListVpcConnectionsResponse.Builder vpcConnections(Consumer<VpcConnection.Builder>... vpcConnections)
List of VPC connections.
This is a convenience method that creates an instance of theVpcConnection.Builder avoiding the need to create one
manually via VpcConnection.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #vpcConnections(List.
vpcConnections - a consumer that will call methods on
VpcConnection.Builder#vpcConnections(java.util.Collection) ListVpcConnectionsResponse.Builder nextToken(String nextToken)
The paginated results marker. When the result of a ListClientVpcConnections operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
nextToken - The paginated results marker. When the result of a ListClientVpcConnections operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.
Copyright © 2023. All rights reserved.