public static interface ListTunnelsRequest.Builder extends IoTSecureTunnelingRequest.Builder, SdkPojo, CopyableBuilder<ListTunnelsRequest.Builder,ListTunnelsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListTunnelsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at once.
|
ListTunnelsRequest.Builder |
nextToken(String nextToken)
A token to retrieve the next set of results.
|
ListTunnelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTunnelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTunnelsRequest.Builder |
thingName(String thingName)
The name of the IoT thing associated with the destination device.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTunnelsRequest.Builder thingName(String thingName)
The name of the IoT thing associated with the destination device.
thingName - The name of the IoT thing associated with the destination device.ListTunnelsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at once.
maxResults - The maximum number of results to return at once.ListTunnelsRequest.Builder nextToken(String nextToken)
A token to retrieve the next set of results.
nextToken - A token to retrieve the next set of results.ListTunnelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTunnelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.