Interface ListPermissionsResponse.Builder

    • Method Detail

      • principalResourcePermissions

        ListPermissionsResponse.Builder principalResourcePermissions​(Collection<PrincipalResourcePermissions> principalResourcePermissions)

        A list of principals and their permissions on the resource for the specified principal and resource types.

        Parameters:
        principalResourcePermissions - A list of principals and their permissions on the resource for the specified principal and resource types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • principalResourcePermissions

        ListPermissionsResponse.Builder principalResourcePermissions​(PrincipalResourcePermissions... principalResourcePermissions)

        A list of principals and their permissions on the resource for the specified principal and resource types.

        Parameters:
        principalResourcePermissions - A list of principals and their permissions on the resource for the specified principal and resource types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPermissionsResponse.Builder nextToken​(String nextToken)

        A continuation token, if this is not the first call to retrieve this list.

        Parameters:
        nextToken - A continuation token, if this is not the first call to retrieve this list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.