public static interface ListClientVpcConnectionsResponse.Builder extends KafkaResponse.Builder, SdkPojo, CopyableBuilder<ListClientVpcConnectionsResponse.Builder,ListClientVpcConnectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListClientVpcConnectionsResponse.Builder |
clientVpcConnections(ClientVpcConnection... clientVpcConnections)
List of client VPC connections.
|
ListClientVpcConnectionsResponse.Builder |
clientVpcConnections(Collection<ClientVpcConnection> clientVpcConnections)
List of client VPC connections.
|
ListClientVpcConnectionsResponse.Builder |
clientVpcConnections(Consumer<ClientVpcConnection.Builder>... clientVpcConnections)
List of client VPC connections.
|
ListClientVpcConnectionsResponse.Builder |
nextToken(String nextToken)
The paginated results marker.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListClientVpcConnectionsResponse.Builder clientVpcConnections(Collection<ClientVpcConnection> clientVpcConnections)
List of client VPC connections.
clientVpcConnections - List of client VPC connections.
ListClientVpcConnectionsResponse.Builder clientVpcConnections(ClientVpcConnection... clientVpcConnections)
List of client VPC connections.
clientVpcConnections - List of client VPC connections.
ListClientVpcConnectionsResponse.Builder clientVpcConnections(Consumer<ClientVpcConnection.Builder>... clientVpcConnections)
List of client VPC connections.
This is a convenience method that creates an instance of theClientVpcConnection.Builder avoiding the need to create
one manually via ClientVpcConnection.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #clientVpcConnections(List.
clientVpcConnections - a consumer that will call methods on
ClientVpcConnection.Builder#clientVpcConnections(java.util.Collection) ListClientVpcConnectionsResponse.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.