Interface ListCallerAccessGrantsResponse.Builder

    • Method Detail

      • nextToken

        ListCallerAccessGrantsResponse.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - A pagination token that you can use to request the next page of results. Pass this value into a subsequent List Caller 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.
      • callerAccessGrantsList

        ListCallerAccessGrantsResponse.Builder callerAccessGrantsList​(Collection<ListCallerAccessGrantsEntry> callerAccessGrantsList)

        A list of the caller's access grants that were created using S3 Access Grants and that grant the caller access to the S3 data of the Amazon Web Services account ID that was specified in the request.

        Parameters:
        callerAccessGrantsList - A list of the caller's access grants that were created using S3 Access Grants and that grant the caller access to the S3 data of the Amazon Web Services account ID that was specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • callerAccessGrantsList

        ListCallerAccessGrantsResponse.Builder callerAccessGrantsList​(ListCallerAccessGrantsEntry... callerAccessGrantsList)

        A list of the caller's access grants that were created using S3 Access Grants and that grant the caller access to the S3 data of the Amazon Web Services account ID that was specified in the request.

        Parameters:
        callerAccessGrantsList - A list of the caller's access grants that were created using S3 Access Grants and that grant the caller access to the S3 data of the Amazon Web Services account ID that was specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.