Class ListVersionsResult.ListVersionsResultBuilder
java.lang.Object
com.robothy.s3.rest.model.response.ListVersionsResult.ListVersionsResultBuilder
- Enclosing class:
- ListVersionsResult
-
Method Summary
Modifier and TypeMethodDescriptionbuild()commonPrefixes(List<CommonPrefix> commonPrefixes) encodingType(String encodingType) isTruncated(boolean isTruncated) maxKeys(int maxKeys) nextKeyMarker(String nextKeyMarker) nextVersionIdMarker(String nextVersionIdMarker) toString()versionIdMarker(String versionIdMarker)
-
Method Details
-
isTruncated
- Returns:
this.
-
keyMarker
- Returns:
this.
-
versionIdMarker
- Returns:
this.
-
nextKeyMarker
- Returns:
this.
-
nextVersionIdMarker
- Returns:
this.
-
versions
public ListVersionsResult.ListVersionsResultBuilder versions(List<com.robothy.s3.datatypes.response.VersionItem> versions) - Returns:
this.
-
name
- Returns:
this.
-
prefix
- Returns:
this.
-
delimiter
- Returns:
this.
-
maxKeys
- Returns:
this.
-
commonPrefixes
public ListVersionsResult.ListVersionsResultBuilder commonPrefixes(List<CommonPrefix> commonPrefixes) - Returns:
this.
-
encodingType
- Returns:
this.
-
build
-
toString
-