Interface ListAccessPointsForDirectoryBucketsRequest.Builder

    • Method Detail

      • accountId

        ListAccessPointsForDirectoryBucketsRequest.Builder accountId​(String accountId)

        The Amazon Web Services account ID that owns the access points.

        Parameters:
        accountId - The Amazon Web Services account ID that owns the access points.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • directoryBucket

        ListAccessPointsForDirectoryBucketsRequest.Builder directoryBucket​(String directoryBucket)

        The name of the directory bucket associated with the access points you want to list.

        Parameters:
        directoryBucket - The name of the directory bucket associated with the access points you want to list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAccessPointsForDirectoryBucketsRequest.Builder nextToken​(String nextToken)

        If NextToken is returned, there are more access points available than requested in the maxResults value. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.

        Parameters:
        nextToken - If NextToken is returned, there are more access points available than requested in the maxResults value. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListAccessPointsForDirectoryBucketsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of access points that you would like returned in the ListAccessPointsForDirectoryBuckets response. If the directory bucket is associated with more than this number of access points, the results include the pagination token NextToken. Make another call using the NextToken to retrieve more results.

        Parameters:
        maxResults - The maximum number of access points that you would like returned in the ListAccessPointsForDirectoryBuckets response. If the directory bucket is associated with more than this number of access points, the results include the pagination token NextToken. Make another call using the NextToken to retrieve more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.