Interface ListPermissionGroupsResponse.Builder

    • Method Detail

      • permissionGroups

        ListPermissionGroupsResponse.Builder permissionGroups​(Collection<PermissionGroup> permissionGroups)

        A list of all the permission groups.

        Parameters:
        permissionGroups - A list of all the permission groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • permissionGroups

        ListPermissionGroupsResponse.Builder permissionGroups​(PermissionGroup... permissionGroups)

        A list of all the permission groups.

        Parameters:
        permissionGroups - A list of all the permission groups.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPermissionGroupsResponse.Builder nextToken​(String nextToken)

        A token that indicates where a results page should begin.

        Parameters:
        nextToken - A token that indicates where a results page should begin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.