Interface ListFuotaTasksResponse.Builder

    • Method Detail

      • nextToken

        ListFuotaTasksResponse.Builder nextToken​(String 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.
      • fuotaTaskList

        ListFuotaTasksResponse.Builder fuotaTaskList​(Collection<FuotaTask> fuotaTaskList)
        Sets the value of the FuotaTaskList property for this object.
        Parameters:
        fuotaTaskList - The new value for the FuotaTaskList property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fuotaTaskList

        ListFuotaTasksResponse.Builder fuotaTaskList​(FuotaTask... fuotaTaskList)
        Sets the value of the FuotaTaskList property for this object.
        Parameters:
        fuotaTaskList - The new value for the FuotaTaskList property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.