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