Interface ListSubjectsResponse.Builder

    • Method Detail

      • nextToken

        ListSubjectsResponse.Builder nextToken​(String nextToken)

        A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.

        Parameters:
        nextToken - A token that indicates where the output should continue from, if a previous request did not show all results. To get the next results, make the request again with this value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subjects

        ListSubjectsResponse.Builder subjects​(SubjectSummary... subjects)

        A list of subjects.

        Parameters:
        subjects - A list of subjects.
        Returns:
        Returns a reference to this object so that method calls can be chained together.