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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeClientVpnEndpointsResponse.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 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 #clientVpnEndpoints(List)
.clientVpnEndpoints
- a consumer that will call methods on List.Builder
#clientVpnEndpoints(List)
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 © 2020. All rights reserved.