Interface ListQueuedMessagesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListQueuedMessagesRequest.Builder,ListQueuedMessagesRequest>,IotWirelessRequest.Builder,SdkBuilder<ListQueuedMessagesRequest.Builder,ListQueuedMessagesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListQueuedMessagesRequest
public static interface ListQueuedMessagesRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<ListQueuedMessagesRequest.Builder,ListQueuedMessagesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListQueuedMessagesRequest.Builderid(String id)The ID of a given wireless device which the downlink message packets are being sent.ListQueuedMessagesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in this operation.ListQueuedMessagesRequest.BuildernextToken(String nextToken)To retrieve the next set of results, thenextTokenvalue from a previous response; otherwise null to receive the first set of results.ListQueuedMessagesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListQueuedMessagesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListQueuedMessagesRequest.BuilderwirelessDeviceType(String wirelessDeviceType)The wireless device type, whic can be either Sidewalk or LoRaWAN.ListQueuedMessagesRequest.BuilderwirelessDeviceType(WirelessDeviceType wirelessDeviceType)The wireless device type, whic can be either Sidewalk or LoRaWAN.-
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.iotwireless.model.IotWirelessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
ListQueuedMessagesRequest.Builder id(String id)
The ID of a given wireless device which the downlink message packets are being sent.
- Parameters:
id- The ID of a given wireless device which the downlink message packets are being sent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListQueuedMessagesRequest.Builder nextToken(String nextToken)
To retrieve the next set of results, the
nextTokenvalue from a previous response; otherwise null to receive the first set of results.- Parameters:
nextToken- To retrieve the next set of results, thenextTokenvalue 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.
-
maxResults
ListQueuedMessagesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in this operation.
- Parameters:
maxResults- The maximum number of results to return in this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wirelessDeviceType
ListQueuedMessagesRequest.Builder wirelessDeviceType(String wirelessDeviceType)
The wireless device type, whic can be either Sidewalk or LoRaWAN.
- Parameters:
wirelessDeviceType- The wireless device type, whic can be either Sidewalk or LoRaWAN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WirelessDeviceType,WirelessDeviceType
-
wirelessDeviceType
ListQueuedMessagesRequest.Builder wirelessDeviceType(WirelessDeviceType wirelessDeviceType)
The wireless device type, whic can be either Sidewalk or LoRaWAN.
- Parameters:
wirelessDeviceType- The wireless device type, whic can be either Sidewalk or LoRaWAN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WirelessDeviceType,WirelessDeviceType
-
overrideConfiguration
ListQueuedMessagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListQueuedMessagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-