Interface ListPolicyGrantsResponse.Builder

    • Method Detail

      • grantList

        ListPolicyGrantsResponse.Builder grantList​(Collection<PolicyGrantMember> grantList)

        The results of this action - the listed grants.

        Parameters:
        grantList - The results of this action - the listed grants.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • grantList

        ListPolicyGrantsResponse.Builder grantList​(PolicyGrantMember... grantList)

        The results of this action - the listed grants.

        Parameters:
        grantList - The results of this action - the listed grants.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPolicyGrantsResponse.Builder nextToken​(String nextToken)

        When the number of grants is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of grants, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListPolicyGrants to list the next set of grants.

        Parameters:
        nextToken - When the number of grants is greater than the default value for the MaxResults parameter, or if you explicitly specify a value for MaxResults that is less than the number of grants, the response includes a pagination token named NextToken. You can specify this NextToken value in a subsequent call to ListPolicyGrants to list the next set of grants.
        Returns:
        Returns a reference to this object so that method calls can be chained together.