Interface ListAccessGrantsInstancesRequest.Builder

    • Method Detail

      • accountId

        ListAccessGrantsInstancesRequest.Builder accountId​(String accountId)

        The ID of the Amazon Web Services account that is making this request.

        Parameters:
        accountId - The ID of the Amazon Web Services account that is making this request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAccessGrantsInstancesRequest.Builder nextToken​(String nextToken)

        A pagination token to request the next page of results. Pass this value into a subsequent List Access Grants Instances 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 Instances 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.
      • maxResults

        ListAccessGrantsInstancesRequest.Builder maxResults​(Integer maxResults)

        The maximum number of access grants that you would like returned in the List Access Grants response. If the results include the pagination token NextToken, make another call using the NextToken to determine if there are more results.

        Parameters:
        maxResults - The maximum number of access grants that you would like returned in the List Access Grants response. If the results include the pagination token NextToken, make another call using the NextToken to determine if there are more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.