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 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, the nextToken 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

      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

      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:
    • 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.