Interface ListDevicesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>,Iot1ClickDevicesRequest.Builder,SdkBuilder<ListDevicesRequest.Builder,ListDevicesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDevicesRequest
public static interface ListDevicesRequest.Builder extends Iot1ClickDevicesRequest.Builder, SdkPojo, CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDevicesRequest.BuilderdeviceType(String deviceType)The type of the device, such as "button".ListDevicesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return per request.ListDevicesRequest.BuildernextToken(String nextToken)The token to retrieve the next set of results.ListDevicesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevicesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.iot1clickdevices.model.Iot1ClickDevicesRequest.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
-
deviceType
ListDevicesRequest.Builder deviceType(String deviceType)
The type of the device, such as "button".
- Parameters:
deviceType- The type of the device, such as "button".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDevicesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per request. If not set, a default value of 100 is used.
- Parameters:
maxResults- The maximum number of results to return per request. If not set, a default value of 100 is used.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDevicesRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
- Parameters:
nextToken- The token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-