public static interface ListDeviceProfilesRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<ListDeviceProfilesRequest.Builder,ListDeviceProfilesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDeviceProfilesRequest.Builder |
deviceProfileType(DeviceProfileType deviceProfileType)
A filter to list only device profiles that use this type, which can be
LoRaWAN or
Sidewalk. |
ListDeviceProfilesRequest.Builder |
deviceProfileType(String deviceProfileType)
A filter to list only device profiles that use this type, which can be
LoRaWAN or
Sidewalk. |
ListDeviceProfilesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListDeviceProfilesRequest.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. |
ListDeviceProfilesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeviceProfilesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeviceProfilesRequest.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.ListDeviceProfilesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this operation.
maxResults - The maximum number of results to return in this operation.ListDeviceProfilesRequest.Builder deviceProfileType(String deviceProfileType)
A filter to list only device profiles that use this type, which can be LoRaWAN or
Sidewalk.
deviceProfileType - A filter to list only device profiles that use this type, which can be LoRaWAN or
Sidewalk.DeviceProfileType,
DeviceProfileTypeListDeviceProfilesRequest.Builder deviceProfileType(DeviceProfileType deviceProfileType)
A filter to list only device profiles that use this type, which can be LoRaWAN or
Sidewalk.
deviceProfileType - A filter to list only device profiles that use this type, which can be LoRaWAN or
Sidewalk.DeviceProfileType,
DeviceProfileTypeListDeviceProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDeviceProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.