Interface ListAssociatedGroupsResponse.Builder

    • Method Detail

      • groups

        ListAssociatedGroupsResponse.Builder groups​(Collection<GroupSummary> groups)

        An array of structures that contain information about the groups that this canary is associated with.

        Parameters:
        groups - An array of structures that contain information about the groups that this canary is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • groups

        ListAssociatedGroupsResponse.Builder groups​(GroupSummary... groups)

        An array of structures that contain information about the groups that this canary is associated with.

        Parameters:
        groups - An array of structures that contain information about the groups that this canary is associated with.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAssociatedGroupsResponse.Builder nextToken​(String nextToken)

        A token that indicates that there is more data available. You can use this token in a subsequent ListAssociatedGroups operation to retrieve the next set of results.

        Parameters:
        nextToken - A token that indicates that there is more data available. You can use this token in a subsequent ListAssociatedGroups operation to retrieve the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.