public static interface ListWirelessDevicesRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<ListWirelessDevicesRequest.Builder,ListWirelessDevicesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListWirelessDevicesRequest.Builder |
destinationName(String destinationName)
A filter to list only the wireless devices that use this destination.
|
ListWirelessDevicesRequest.Builder |
deviceProfileId(String deviceProfileId)
A filter to list only the wireless devices that use this device profile.
|
ListWirelessDevicesRequest.Builder |
fuotaTaskId(String fuotaTaskId)
Sets the value of the FuotaTaskId property for this object.
|
ListWirelessDevicesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListWirelessDevicesRequest.Builder |
multicastGroupId(String multicastGroupId)
Sets the value of the MulticastGroupId property for this object.
|
ListWirelessDevicesRequest.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. |
ListWirelessDevicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListWirelessDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListWirelessDevicesRequest.Builder |
serviceProfileId(String serviceProfileId)
A filter to list only the wireless devices that use this service profile.
|
ListWirelessDevicesRequest.Builder |
wirelessDeviceType(String wirelessDeviceType)
A filter to list only the wireless devices that use this wireless device type.
|
ListWirelessDevicesRequest.Builder |
wirelessDeviceType(WirelessDeviceType wirelessDeviceType)
A filter to list only the wireless devices that use this wireless device type.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListWirelessDevicesRequest.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.ListWirelessDevicesRequest.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.ListWirelessDevicesRequest.Builder destinationName(String destinationName)
A filter to list only the wireless devices that use this destination.
destinationName - A filter to list only the wireless devices that use this destination.ListWirelessDevicesRequest.Builder deviceProfileId(String deviceProfileId)
A filter to list only the wireless devices that use this device profile.
deviceProfileId - A filter to list only the wireless devices that use this device profile.ListWirelessDevicesRequest.Builder serviceProfileId(String serviceProfileId)
A filter to list only the wireless devices that use this service profile.
serviceProfileId - A filter to list only the wireless devices that use this service profile.ListWirelessDevicesRequest.Builder wirelessDeviceType(String wirelessDeviceType)
A filter to list only the wireless devices that use this wireless device type.
wirelessDeviceType - A filter to list only the wireless devices that use this wireless device type.WirelessDeviceType,
WirelessDeviceTypeListWirelessDevicesRequest.Builder wirelessDeviceType(WirelessDeviceType wirelessDeviceType)
A filter to list only the wireless devices that use this wireless device type.
wirelessDeviceType - A filter to list only the wireless devices that use this wireless device type.WirelessDeviceType,
WirelessDeviceTypeListWirelessDevicesRequest.Builder fuotaTaskId(String fuotaTaskId)
fuotaTaskId - The new value for the FuotaTaskId property for this object.ListWirelessDevicesRequest.Builder multicastGroupId(String multicastGroupId)
multicastGroupId - The new value for the MulticastGroupId property for this object.ListWirelessDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListWirelessDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.