Interface ListWirelessDevicesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListWirelessDevicesRequest.Builder,
,ListWirelessDevicesRequest> IotWirelessRequest.Builder
,SdkBuilder<ListWirelessDevicesRequest.Builder,
,ListWirelessDevicesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListWirelessDevicesRequest
@Mutable
@NotThreadSafe
public static interface ListWirelessDevicesRequest.Builder
extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<ListWirelessDevicesRequest.Builder,ListWirelessDevicesRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationName
(String destinationName) A filter to list only the wireless devices that use this destination.deviceProfileId
(String deviceProfileId) A filter to list only the wireless devices that use this device profile.fuotaTaskId
(String fuotaTaskId) Sets the value of the FuotaTaskId property for this object.maxResults
(Integer maxResults) The maximum number of results to return in this operation.multicastGroupId
(String multicastGroupId) Sets the value of the MulticastGroupId property for this object.To retrieve the next set of results, thenextToken
value from a previous response; otherwise null to receive the first set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.serviceProfileId
(String serviceProfileId) A filter to list only the wireless devices that use this service profile.wirelessDeviceType
(String wirelessDeviceType) A filter to list only the wireless devices that use this wireless device type.wirelessDeviceType
(WirelessDeviceType wirelessDeviceType) A filter to list only the wireless devices that use this wireless device type.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 Details
-
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.
-
nextToken
To retrieve the next set of results, the
nextToken
value from a previous response; otherwise null to receive the first set of results.- Parameters:
nextToken
- To retrieve the next set of results, thenextToken
value 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.
-
destinationName
A filter to list only the wireless devices that use this destination.
- Parameters:
destinationName
- A filter to list only the wireless devices that use this destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceProfileId
A filter to list only the wireless devices that use this device profile.
- Parameters:
deviceProfileId
- A filter to list only the wireless devices that use this device profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceProfileId
A filter to list only the wireless devices that use this service profile.
- Parameters:
serviceProfileId
- A filter to list only the wireless devices that use this service profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
wirelessDeviceType
A filter to list only the wireless devices that use this wireless device type.
- Parameters:
wirelessDeviceType
- A filter to list only the wireless devices that use this wireless device type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
wirelessDeviceType
A filter to list only the wireless devices that use this wireless device type.
- Parameters:
wirelessDeviceType
- A filter to list only the wireless devices that use this wireless device type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fuotaTaskId
Sets the value of the FuotaTaskId property for this object.- Parameters:
fuotaTaskId
- The new value for the FuotaTaskId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multicastGroupId
Sets the value of the MulticastGroupId property for this object.- Parameters:
multicastGroupId
- The new value for the MulticastGroupId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListWirelessDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListWirelessDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-