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)
To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive
the first 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)
To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response; otherwise null to
receive the first set of results.ListTunnelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTunnelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.