Interface ListRegionalBucketsResponse.Builder

    • Method Detail

      • nextToken

        ListRegionalBucketsResponse.Builder nextToken​(String nextToken)

        NextToken is sent when isTruncated is true, which means there are more buckets that can be listed. The next list requests to Amazon S3 can be continued with this NextToken. NextToken is obfuscated and is not a real key.

        Parameters:
        nextToken - NextToken is sent when isTruncated is true, which means there are more buckets that can be listed. The next list requests to Amazon S3 can be continued with this NextToken. NextToken is obfuscated and is not a real key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.