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 method that creates an instance of theClientVpnConnection.Builder avoiding the need to create one
manually via ClientVpnConnection.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #connections(List.
connections - a consumer that will call methods on
ClientVpnConnection.Builder#connections(java.util.Collection) 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 © 2022. All rights reserved.