public final class ObjectPutOptions extends Object
Modifier and Type | Field and Description |
---|---|
static ObjectPutOptions |
NONE |
Modifier and Type | Method and Description |
---|---|
ObjectPutOptions |
contentType(String contentType)
Specifies the MIME type/Content Type of the uploaded payload
|
static ObjectPutOptions |
create() |
String |
getContentType() |
Map<String,String> |
getOptions() |
String |
getPath() |
Map<String,List<Object>> |
getQueryParams() |
ObjectPutOptions |
metadata(Map<String,String> metadata)
Additional metadata associated with the Object
|
ObjectPutOptions |
path(String path) |
ObjectPutOptions |
queryParam(String key,
Object value) |
public static final ObjectPutOptions NONE
public static ObjectPutOptions create()
public ObjectPutOptions contentType(String contentType)
contentType
- the content type/mime typepublic ObjectPutOptions path(String path)
public ObjectPutOptions metadata(Map<String,String> metadata)
metadata
- the metadatapublic String getContentType()
public String getPath()
public ObjectPutOptions queryParam(String key, Object value)
Copyright © 2017. All rights reserved.