Interface ListThingRegistrationTasksResponse.Builder

    • Method Detail

      • taskIds

        ListThingRegistrationTasksResponse.Builder taskIds​(Collection<String> taskIds)

        A list of bulk thing provisioning task IDs.

        Parameters:
        taskIds - A list of bulk thing provisioning task IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • taskIds

        ListThingRegistrationTasksResponse.Builder taskIds​(String... taskIds)

        A list of bulk thing provisioning task IDs.

        Parameters:
        taskIds - A list of bulk thing provisioning task IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListThingRegistrationTasksResponse.Builder nextToken​(String nextToken)

        The token to use to get the next set of results, or null if there are no additional results.

        Parameters:
        nextToken - The token to use to get the next set of results, or null if there are no additional results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.