public static interface DescribeClientVpnEndpointsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeClientVpnEndpointsResponse.Builder,DescribeClientVpnEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeClientVpnEndpointsResponse.Builder |
clientVpnEndpoints(ClientVpnEndpoint... clientVpnEndpoints)
Information about the Client VPN endpoints.
|
DescribeClientVpnEndpointsResponse.Builder |
clientVpnEndpoints(Collection<ClientVpnEndpoint> clientVpnEndpoints)
Information about the Client VPN endpoints.
|
DescribeClientVpnEndpointsResponse.Builder |
clientVpnEndpoints(Consumer<ClientVpnEndpoint.Builder>... clientVpnEndpoints)
Information about the Client VPN endpoints.
|
DescribeClientVpnEndpointsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeClientVpnEndpointsResponse.Builder clientVpnEndpoints(Collection<ClientVpnEndpoint> clientVpnEndpoints)
Information about the Client VPN endpoints.
clientVpnEndpoints - Information about the Client VPN endpoints.DescribeClientVpnEndpointsResponse.Builder clientVpnEndpoints(ClientVpnEndpoint... clientVpnEndpoints)
Information about the Client VPN endpoints.
clientVpnEndpoints - Information about the Client VPN endpoints.DescribeClientVpnEndpointsResponse.Builder clientVpnEndpoints(Consumer<ClientVpnEndpoint.Builder>... clientVpnEndpoints)
Information about the Client VPN endpoints.
This is a convenience method that creates an instance of theClientVpnEndpoint.Builder avoiding the need to create one
manually via ClientVpnEndpoint.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #clientVpnEndpoints(List.
clientVpnEndpoints - a consumer that will call methods on
ClientVpnEndpoint.Builder#clientVpnEndpoints(java.util.Collection) DescribeClientVpnEndpointsResponse.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.