public final class ListBucketOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_MAX_KEYS |
| Modifier and Type | Method and Description |
|---|---|
static ListBucketOptions |
defaults()
Creates a default
ListBucketOptions. |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getContinuationToken() |
java.lang.String |
getDelimiter() |
java.lang.String |
getEncodingType() |
java.lang.Integer |
getListType() |
java.lang.String |
getMarker() |
int |
getMaxKeys() |
java.lang.String |
getPrefix() |
java.lang.String |
getStartAfter() |
int |
hashCode() |
ListBucketOptions |
setContinuationToken(java.lang.String continuationToken) |
ListBucketOptions |
setDelimiter(java.lang.String delimiter) |
ListBucketOptions |
setEncodingType(java.lang.String encodingType) |
ListBucketOptions |
setListType(java.lang.Integer listType) |
ListBucketOptions |
setMarker(java.lang.String marker) |
ListBucketOptions |
setMaxKeys(int maxKeys) |
ListBucketOptions |
setPrefix(java.lang.String prefix) |
ListBucketOptions |
setStartAfter(java.lang.String startAfter) |
java.lang.String |
toString() |
public static final int DEFAULT_MAX_KEYS
public static ListBucketOptions defaults()
ListBucketOptions.ListBucketOptionspublic java.lang.String getMarker()
public java.lang.String getPrefix()
public int getMaxKeys()
public java.lang.String getDelimiter()
public java.lang.String getEncodingType()
public java.lang.Integer getListType()
public java.lang.String getContinuationToken()
public java.lang.String getStartAfter()
public ListBucketOptions setMarker(java.lang.String marker)
marker - the marker to setpublic ListBucketOptions setPrefix(java.lang.String prefix)
prefix - the prefix to setpublic ListBucketOptions setMaxKeys(int maxKeys)
maxKeys - the max keyspublic ListBucketOptions setDelimiter(java.lang.String delimiter)
delimiter - the delimiterpublic ListBucketOptions setEncodingType(java.lang.String encodingType)
encodingType - the encoding typepublic ListBucketOptions setListType(java.lang.Integer listType)
listType - the list type to setpublic ListBucketOptions setContinuationToken(java.lang.String continuationToken)
continuationToken - the continuation token to setpublic ListBucketOptions setStartAfter(java.lang.String startAfter)
startAfter - the start afterpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2022. All Rights Reserved.