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 |
getDelimiter() |
String |
getEncodingType() |
String |
getMarker() |
int |
getMaxKeys() |
String |
getPrefix() |
int |
hashCode() |
ListBucketOptions |
setDelimiter(String delimiter) |
ListBucketOptions |
setEncodingType(String encodingType) |
ListBucketOptions |
setMarker(String marker) |
ListBucketOptions |
setMaxKeys(int maxKeys) |
ListBucketOptions |
setPrefix(String prefix) |
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 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 typeCopyright © 2023. All Rights Reserved.