public static interface ListTunnelsResponse.Builder extends IoTSecureTunnelingResponse.Builder, SdkPojo, CopyableBuilder<ListTunnelsResponse.Builder,ListTunnelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTunnelsResponse.Builder |
nextToken(String nextToken)
A token to used to retrieve the next set of results.
|
ListTunnelsResponse.Builder |
tunnelSummaries(Collection<TunnelSummary> tunnelSummaries)
A short description of the tunnels in an AWS account.
|
ListTunnelsResponse.Builder |
tunnelSummaries(Consumer<TunnelSummary.Builder>... tunnelSummaries)
A short description of the tunnels in an AWS account.
|
ListTunnelsResponse.Builder |
tunnelSummaries(TunnelSummary... tunnelSummaries)
A short description of the tunnels in an AWS account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTunnelsResponse.Builder tunnelSummaries(Collection<TunnelSummary> tunnelSummaries)
A short description of the tunnels in an AWS account.
tunnelSummaries - A short description of the tunnels in an AWS account.ListTunnelsResponse.Builder tunnelSummaries(TunnelSummary... tunnelSummaries)
A short description of the tunnels in an AWS account.
tunnelSummaries - A short description of the tunnels in an AWS account.ListTunnelsResponse.Builder tunnelSummaries(Consumer<TunnelSummary.Builder>... tunnelSummaries)
A short description of the tunnels in an AWS account.
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 #tunnelSummaries(List) .tunnelSummaries - a consumer that will call methods on List.Builder #tunnelSummaries(List) ListTunnelsResponse.Builder nextToken(String nextToken)
A token to used to retrieve the next set of results.
nextToken - A token to used to retrieve the next set of results.Copyright © 2021. All rights reserved.