public static interface ListQueuedMessagesRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<ListQueuedMessagesRequest.Builder,ListQueuedMessagesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListQueuedMessagesRequest.Builder |
id(String id)
The ID of a given wireless device which the downlink message packets are being sent.
|
ListQueuedMessagesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in this operation.
|
ListQueuedMessagesRequest.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. |
ListQueuedMessagesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListQueuedMessagesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListQueuedMessagesRequest.Builder |
wirelessDeviceType(String wirelessDeviceType)
The wireless device type, whic can be either Sidewalk or LoRaWAN.
|
ListQueuedMessagesRequest.Builder |
wirelessDeviceType(WirelessDeviceType wirelessDeviceType)
The wireless device type, whic can be either Sidewalk or LoRaWAN.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListQueuedMessagesRequest.Builder id(String id)
The ID of a given wireless device which the downlink message packets are being sent.
id - The ID of a given wireless device which the downlink message packets are being sent.ListQueuedMessagesRequest.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.ListQueuedMessagesRequest.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.ListQueuedMessagesRequest.Builder wirelessDeviceType(String wirelessDeviceType)
The wireless device type, whic can be either Sidewalk or LoRaWAN.
wirelessDeviceType - The wireless device type, whic can be either Sidewalk or LoRaWAN.WirelessDeviceType,
WirelessDeviceTypeListQueuedMessagesRequest.Builder wirelessDeviceType(WirelessDeviceType wirelessDeviceType)
The wireless device type, whic can be either Sidewalk or LoRaWAN.
wirelessDeviceType - The wireless device type, whic can be either Sidewalk or LoRaWAN.WirelessDeviceType,
WirelessDeviceTypeListQueuedMessagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListQueuedMessagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.