public class FetchObjectInput extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FetchObjectInput.FetchObjectInputBuilder |
| Constructor and Description |
|---|
FetchObjectInput() |
| Modifier and Type | Method and Description |
|---|---|
static FetchObjectInput.FetchObjectInputBuilder |
builder() |
Map<String,String> |
getAllSettedHeaders() |
String |
getBucket() |
String |
getHexMD5() |
String |
getKey() |
ObjectMetaRequestOptions |
getOptions() |
String |
getUrl() |
boolean |
isIgnoreSameKey() |
FetchObjectInput |
setBucket(String bucket) |
FetchObjectInput |
setHexMD5(String hexMD5) |
FetchObjectInput |
setIgnoreSameKey(boolean ignoreSameKey) |
FetchObjectInput |
setKey(String key) |
FetchObjectInput |
setOptions(ObjectMetaRequestOptions options) |
FetchObjectInput |
setUrl(String url) |
String |
toString() |
public String getBucket()
public FetchObjectInput setBucket(String bucket)
public String getKey()
public FetchObjectInput setKey(String key)
public ObjectMetaRequestOptions getOptions()
public FetchObjectInput setOptions(ObjectMetaRequestOptions options)
public String getUrl()
public FetchObjectInput setUrl(String url)
public boolean isIgnoreSameKey()
public FetchObjectInput setIgnoreSameKey(boolean ignoreSameKey)
public String getHexMD5()
public FetchObjectInput setHexMD5(String hexMD5)
public static FetchObjectInput.FetchObjectInputBuilder builder()
Copyright © 2023. All rights reserved.