Class ListBucketV2Result.ListBucketV2ResultBuilder
java.lang.Object
com.robothy.s3.rest.model.response.ListBucketV2Result.ListBucketV2ResultBuilder
- Enclosing class:
- ListBucketV2Result
-
Method Summary
Modifier and TypeMethodDescriptionbuild()commonPrefixes(List<CommonPrefix> commonPrefixes) continuationToken(String continuationToken) encodingType(String encodingType) isTruncated(boolean isTruncated) keyCount(int keyCount) maxKeys(int maxKeys) nextContinuationToken(String nextContinuationToken) startAfter(String startAfter) toString()
-
Method Details
-
isTruncated
- Returns:
this.
-
contents
public ListBucketV2Result.ListBucketV2ResultBuilder contents(List<com.robothy.s3.datatypes.response.S3Object> contents) - Returns:
this.
-
name
- Returns:
this.
-
prefix
- Returns:
this.
-
delimiter
- Returns:
this.
-
maxKeys
- Returns:
this.
-
commonPrefixes
public ListBucketV2Result.ListBucketV2ResultBuilder commonPrefixes(List<CommonPrefix> commonPrefixes) - Returns:
this.
-
encodingType
- Returns:
this.
-
keyCount
- Returns:
this.
-
continuationToken
- Returns:
this.
-
nextContinuationToken
public ListBucketV2Result.ListBucketV2ResultBuilder nextContinuationToken(String nextContinuationToken) - Returns:
this.
-
startAfter
- Returns:
this.
-
build
-
toString
-