Interface ListWirelessDevicesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListWirelessDevicesRequest.Builder,ListWirelessDevicesRequest>,IotWirelessRequest.Builder,SdkBuilder<ListWirelessDevicesRequest.Builder,ListWirelessDevicesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListWirelessDevicesRequest
public static interface ListWirelessDevicesRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<ListWirelessDevicesRequest.Builder,ListWirelessDevicesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListWirelessDevicesRequest.BuilderdestinationName(String destinationName)A filter to list only the wireless devices that use this destination.ListWirelessDevicesRequest.BuilderdeviceProfileId(String deviceProfileId)A filter to list only the wireless devices that use this device profile.ListWirelessDevicesRequest.BuilderfuotaTaskId(String fuotaTaskId)Sets the value of the FuotaTaskId property for this object.ListWirelessDevicesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in this operation.ListWirelessDevicesRequest.BuildermulticastGroupId(String multicastGroupId)Sets the value of the MulticastGroupId property for this object.ListWirelessDevicesRequest.BuildernextToken(String nextToken)To retrieve the next set of results, thenextTokenvalue from a previous response; otherwise null to receive the first set of results.ListWirelessDevicesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWirelessDevicesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWirelessDevicesRequest.BuilderserviceProfileId(String serviceProfileId)A filter to list only the wireless devices that use this service profile.ListWirelessDevicesRequest.BuilderwirelessDeviceType(String wirelessDeviceType)A filter to list only the wireless devices that use this wireless device type.ListWirelessDevicesRequest.BuilderwirelessDeviceType(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 Detail
-
maxResults
ListWirelessDevicesRequest.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.
-
nextToken
ListWirelessDevicesRequest.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.
-
destinationName
ListWirelessDevicesRequest.Builder destinationName(String 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
ListWirelessDevicesRequest.Builder deviceProfileId(String 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
ListWirelessDevicesRequest.Builder serviceProfileId(String 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
ListWirelessDevicesRequest.Builder wirelessDeviceType(String 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,WirelessDeviceType
-
wirelessDeviceType
ListWirelessDevicesRequest.Builder wirelessDeviceType(WirelessDeviceType 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,WirelessDeviceType
-
fuotaTaskId
ListWirelessDevicesRequest.Builder fuotaTaskId(String 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
ListWirelessDevicesRequest.Builder multicastGroupId(String 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListWirelessDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-