public final class ListBucketOptions extends 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(Object o) |
String |
getContinuationToken() |
String |
getDelimiter() |
String |
getEncodingType() |
Integer |
getListType() |
String |
getMarker() |
int |
getMaxKeys() |
String |
getPrefix() |
String |
getStartAfter() |
int |
hashCode() |
ListBucketOptions |
setContinuationToken(String continuationToken) |
ListBucketOptions |
setDelimiter(String delimiter) |
ListBucketOptions |
setEncodingType(String encodingType) |
ListBucketOptions |
setListType(Integer listType) |
ListBucketOptions |
setMarker(String marker) |
ListBucketOptions |
setMaxKeys(int maxKeys) |
ListBucketOptions |
setPrefix(String prefix) |
ListBucketOptions |
setStartAfter(String startAfter) |
String |
toString() |
public static final int DEFAULT_MAX_KEYS
public static ListBucketOptions defaults()
ListBucketOptions
.ListBucketOptions
public String getMarker()
public String getPrefix()
public int getMaxKeys()
public String getDelimiter()
public String getEncodingType()
public Integer getListType()
public String getContinuationToken()
public String getStartAfter()
public ListBucketOptions setMarker(String marker)
marker
- the marker to setpublic ListBucketOptions setPrefix(String prefix)
prefix
- the prefix to setpublic ListBucketOptions setMaxKeys(int maxKeys)
maxKeys
- the max keyspublic ListBucketOptions setDelimiter(String delimiter)
delimiter
- the delimiterpublic ListBucketOptions setEncodingType(String encodingType)
encodingType
- the encoding typepublic ListBucketOptions setListType(Integer listType)
listType
- the list type to setpublic ListBucketOptions setContinuationToken(String continuationToken)
continuationToken
- the continuation token to setpublic ListBucketOptions setStartAfter(String startAfter)
startAfter
- the start afterCopyright © 2023. All Rights Reserved.