public class PutObjectArgs extends PutObjectBaseArgs
MinioAsyncClient.putObject(io.minio.PutObjectArgs) and MinioClient.putObject(io.minio.PutObjectArgs).| Modifier and Type | Class and Description |
|---|---|
static class |
PutObjectArgs.Builder
Argument builder of
PutObjectArgs. |
contentType, objectSize, partCount, partSize, preloadDataheaders, legalHold, MAX_MULTIPART_COUNT, MAX_OBJECT_SIZE, MAX_PART_SIZE, MIN_MULTIPART_SIZE, retention, sse, tags, userMetadataobjectNamebucketName, regionextraHeaders, extraQueryParams| Constructor and Description |
|---|
PutObjectArgs() |
| Modifier and Type | Method and Description |
|---|---|
static PutObjectArgs.Builder |
builder() |
String |
contentType()
Gets content type.
|
boolean |
equals(Object o) |
int |
hashCode() |
BufferedInputStream |
stream() |
objectSize, partCount, partSize, preloadDatagenHeaders, headers, legalHold, retention, sse, tags, userMetadata, validateSseobjectbucket, regioncheckSse, extraHeaders, extraQueryParamspublic BufferedInputStream stream()
public String contentType() throws IOException
contentType in class PutObjectBaseArgsIOExceptionpublic static PutObjectArgs.Builder builder()
public boolean equals(Object o)
equals in class PutObjectBaseArgspublic int hashCode()
hashCode in class PutObjectBaseArgs