public static interface ListTunnelsResponse.Builder extends IoTSecureTunnelingResponse.Builder, SdkPojo, CopyableBuilder<ListTunnelsResponse.Builder,ListTunnelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTunnelsResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListTunnelsResponse.Builder |
tunnelSummaries(Collection<TunnelSummary> tunnelSummaries)
A short description of the tunnels in an Amazon Web Services account.
|
ListTunnelsResponse.Builder |
tunnelSummaries(Consumer<TunnelSummary.Builder>... tunnelSummaries)
A short description of the tunnels in an Amazon Web Services account.
|
ListTunnelsResponse.Builder |
tunnelSummaries(TunnelSummary... tunnelSummaries)
A short description of the tunnels in an Amazon Web Services account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTunnelsResponse.Builder tunnelSummaries(Collection<TunnelSummary> tunnelSummaries)
A short description of the tunnels in an Amazon Web Services account.
tunnelSummaries - A short description of the tunnels in an Amazon Web Services account.ListTunnelsResponse.Builder tunnelSummaries(TunnelSummary... tunnelSummaries)
A short description of the tunnels in an Amazon Web Services account.
tunnelSummaries - A short description of the tunnels in an Amazon Web Services account.ListTunnelsResponse.Builder tunnelSummaries(Consumer<TunnelSummary.Builder>... tunnelSummaries)
A short description of the tunnels in an Amazon Web Services account.
This is a convenience method that creates an instance of theTunnelSummary.Builder avoiding the need to
create one manually via
TunnelSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #tunnelSummaries(List.
tunnelSummaries - a consumer that will call methods on
TunnelSummary.Builder#tunnelSummaries(java.util.Collection) ListTunnelsResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.Copyright © 2023. All rights reserved.