public class ListObjectsV2Input extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListObjectsV2Input.ListObjectsV2InputBuilder |
| Constructor and Description |
|---|
ListObjectsV2Input() |
| Modifier and Type | Method and Description |
|---|---|
static ListObjectsV2Input.ListObjectsV2InputBuilder |
builder() |
String |
getBucket() |
String |
getDelimiter() |
String |
getEncodingType() |
String |
getMarker() |
int |
getMaxKeys() |
String |
getPrefix() |
boolean |
isReverse() |
ListObjectsV2Input |
setBucket(String bucket) |
ListObjectsV2Input |
setDelimiter(String delimiter) |
ListObjectsV2Input |
setEncodingType(String encodingType) |
ListObjectsV2Input |
setMarker(String marker) |
ListObjectsV2Input |
setMaxKeys(int maxKeys) |
ListObjectsV2Input |
setPrefix(String prefix) |
ListObjectsV2Input |
setReverse(boolean reverse) |
String |
toString() |
public String getBucket()
public String getPrefix()
public String getDelimiter()
public String getMarker()
public int getMaxKeys()
public boolean isReverse()
public String getEncodingType()
public ListObjectsV2Input setBucket(String bucket)
public ListObjectsV2Input setPrefix(String prefix)
public ListObjectsV2Input setDelimiter(String delimiter)
public ListObjectsV2Input setMarker(String marker)
public ListObjectsV2Input setMaxKeys(int maxKeys)
public ListObjectsV2Input setReverse(boolean reverse)
public ListObjectsV2Input setEncodingType(String encodingType)
public static ListObjectsV2Input.ListObjectsV2InputBuilder builder()
Copyright © 2023. All rights reserved.