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