Interface ListAccessGrantsResponse.Builder

    • Method Detail

      • nextToken

        ListAccessGrantsResponse.Builder nextToken​(String nextToken)

        A pagination token to request the next page of results. Pass this value into a subsequent List Access Grants request in order to retrieve the next page of results.

        Parameters:
        nextToken - A pagination token to request the next page of results. Pass this value into a subsequent List Access Grants request in order to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accessGrantsList

        ListAccessGrantsResponse.Builder accessGrantsList​(Collection<ListAccessGrantEntry> accessGrantsList)

        A container for a list of grants in an S3 Access Grants instance.

        Parameters:
        accessGrantsList - A container for a list of grants in an S3 Access Grants instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accessGrantsList

        ListAccessGrantsResponse.Builder accessGrantsList​(ListAccessGrantEntry... accessGrantsList)

        A container for a list of grants in an S3 Access Grants instance.

        Parameters:
        accessGrantsList - A container for a list of grants in an S3 Access Grants instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.