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 |
getMarker() |
int |
getMaxKeys() |
String |
getPrefix() |
int |
hashCode() |
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 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 keysCopyright © 2023. All Rights Reserved.