Interface ListTunnelsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListTunnelsRequest.Builder,ListTunnelsRequest>,IoTSecureTunnelingRequest.Builder,SdkBuilder<ListTunnelsRequest.Builder,ListTunnelsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTunnelsRequest
public static interface ListTunnelsRequest.Builder extends IoTSecureTunnelingRequest.Builder, SdkPojo, CopyableBuilder<ListTunnelsRequest.Builder,ListTunnelsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTunnelsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return at once.ListTunnelsRequest.BuildernextToken(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.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTunnelsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTunnelsRequest.BuilderthingName(String thingName)The name of the IoT thing associated with the destination device.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotsecuretunneling.model.IoTSecureTunnelingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
thingName
ListTunnelsRequest.Builder thingName(String thingName)
The name of the IoT thing associated with the destination device.
- Parameters:
thingName- The name of the IoT thing associated with the destination device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTunnelsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at once.
- Parameters:
maxResults- The maximum number of results to return at once.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
nextToken- To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTunnelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTunnelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-