Interface ListDeviceFleetsResponse.Builder

    • Method Detail

      • deviceFleetSummaries

        ListDeviceFleetsResponse.Builder deviceFleetSummaries​(Collection<DeviceFleetSummary> deviceFleetSummaries)

        Summary of the device fleet.

        Parameters:
        deviceFleetSummaries - Summary of the device fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • deviceFleetSummaries

        ListDeviceFleetsResponse.Builder deviceFleetSummaries​(DeviceFleetSummary... deviceFleetSummaries)

        Summary of the device fleet.

        Parameters:
        deviceFleetSummaries - Summary of the device fleet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDeviceFleetsResponse.Builder nextToken​(String nextToken)

        The response from the last list when returning a list large enough to need tokening.

        Parameters:
        nextToken - The response from the last list when returning a list large enough to need tokening.
        Returns:
        Returns a reference to this object so that method calls can be chained together.