Interface ListDirectoryBucketsResponse.Builder

    • Method Detail

      • buckets

        ListDirectoryBucketsResponse.Builder buckets​(Collection<Bucket> buckets)

        The list of buckets owned by the requester.

        Parameters:
        buckets - The list of buckets owned by the requester.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • buckets

        ListDirectoryBucketsResponse.Builder buckets​(Bucket... buckets)

        The list of buckets owned by the requester.

        Parameters:
        buckets - The list of buckets owned by the requester.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • continuationToken

        ListDirectoryBucketsResponse.Builder continuationToken​(String continuationToken)

        If ContinuationToken was sent with the request, it is included in the response. You can use the returned ContinuationToken for pagination of the list response.

        Parameters:
        continuationToken - If ContinuationToken was sent with the request, it is included in the response. You can use the returned ContinuationToken for pagination of the list response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.