public static interface DescribeClientVpnRoutesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeClientVpnRoutesResponse.Builder,DescribeClientVpnRoutesResponse>
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnRoutesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeClientVpnRoutesResponse.Builder |
routes(ClientVpnRoute... routes)
Information about the Client VPN endpoint routes.
|
DescribeClientVpnRoutesResponse.Builder |
routes(Collection<ClientVpnRoute> routes)
Information about the Client VPN endpoint routes.
|
DescribeClientVpnRoutesResponse.Builder |
routes(Consumer<ClientVpnRoute.Builder>... routes)
Information about the Client VPN endpoint routes.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeClientVpnRoutesResponse.Builder routes(Collection<ClientVpnRoute> routes)
Information about the Client VPN endpoint routes.
routes
- Information about the Client VPN endpoint routes.DescribeClientVpnRoutesResponse.Builder routes(ClientVpnRoute... routes)
Information about the Client VPN endpoint routes.
routes
- Information about the Client VPN endpoint routes.DescribeClientVpnRoutesResponse.Builder routes(Consumer<ClientVpnRoute.Builder>... routes)
Information about the Client VPN endpoint routes.
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 #routes(List)
.routes
- a consumer that will call methods on List.Builder
#routes(List)
DescribeClientVpnRoutesResponse.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 © 2019. All rights reserved.