public static interface DescribeClientVpnTargetNetworksResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeClientVpnTargetNetworksResponse.Builder,DescribeClientVpnTargetNetworksResponse>
Modifier and Type | Method and Description |
---|---|
DescribeClientVpnTargetNetworksResponse.Builder |
clientVpnTargetNetworks(Collection<TargetNetwork> clientVpnTargetNetworks)
Information about the associated target networks.
|
DescribeClientVpnTargetNetworksResponse.Builder |
clientVpnTargetNetworks(Consumer<TargetNetwork.Builder>... clientVpnTargetNetworks)
Information about the associated target networks.
|
DescribeClientVpnTargetNetworksResponse.Builder |
clientVpnTargetNetworks(TargetNetwork... clientVpnTargetNetworks)
Information about the associated target networks.
|
DescribeClientVpnTargetNetworksResponse.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
DescribeClientVpnTargetNetworksResponse.Builder clientVpnTargetNetworks(Collection<TargetNetwork> clientVpnTargetNetworks)
Information about the associated target networks.
clientVpnTargetNetworks
- Information about the associated target networks.DescribeClientVpnTargetNetworksResponse.Builder clientVpnTargetNetworks(TargetNetwork... clientVpnTargetNetworks)
Information about the associated target networks.
clientVpnTargetNetworks
- Information about the associated target networks.DescribeClientVpnTargetNetworksResponse.Builder clientVpnTargetNetworks(Consumer<TargetNetwork.Builder>... clientVpnTargetNetworks)
Information about the associated target networks.
This is a convenience method 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 #clientVpnTargetNetworks(List)
.clientVpnTargetNetworks
- a consumer that will call methods on List.Builder
#clientVpnTargetNetworks(List)
DescribeClientVpnTargetNetworksResponse.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.