public static interface DescribeClientVpnConnectionsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeClientVpnConnectionsResponse.Builder,DescribeClientVpnConnectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeClientVpnConnectionsResponse.Builder |
connections(ClientVpnConnection... connections)
Information about the active and terminated client connections.
|
DescribeClientVpnConnectionsResponse.Builder |
connections(Collection<ClientVpnConnection> connections)
Information about the active and terminated client connections.
|
DescribeClientVpnConnectionsResponse.Builder |
connections(Consumer<ClientVpnConnection.Builder>... connections)
Information about the active and terminated client connections.
|
DescribeClientVpnConnectionsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeClientVpnConnectionsResponse.Builder connections(Collection<ClientVpnConnection> connections)
Information about the active and terminated client connections.
connections - Information about the active and terminated client connections.DescribeClientVpnConnectionsResponse.Builder connections(ClientVpnConnection... connections)
Information about the active and terminated client connections.
connections - Information about the active and terminated client connections.DescribeClientVpnConnectionsResponse.Builder connections(Consumer<ClientVpnConnection.Builder>... connections)
Information about the active and terminated client connections.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #connections(List) .connections - a consumer that will call methods on List.Builder #connections(List) DescribeClientVpnConnectionsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2021. All rights reserved.