Package org.jclouds.s3.options
Class CopyObjectOptions.Builder
java.lang.Object
org.jclouds.s3.options.CopyObjectOptions.Builder
- Enclosing class:
CopyObjectOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CopyObjectOptions
cacheControl
(String cacheControl) static CopyObjectOptions
contentDisposition
(String contentDisposition) static CopyObjectOptions
contentEncoding
(String contentEncoding) static CopyObjectOptions
contentLanguage
(String contentLanguage) static CopyObjectOptions
contentType
(String contentType) static CopyObjectOptions
static CopyObjectOptions
ifSourceETagMatches
(String eTag) static CopyObjectOptions
ifSourceModifiedSince
(Date ifModifiedSince) static CopyObjectOptions
ifSourceUnmodifiedSince
(Date ifUnmodifiedSince) static CopyObjectOptions
static CopyObjectOptions
overrideMetadataWith
(Map<String, String> metadata)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
overrideAcl
- See Also:
-
ifSourceModifiedSince
- See Also:
-
ifSourceUnmodifiedSince
- See Also:
-
ifSourceETagMatches
- See Also:
-
ifSourceETagDoesntMatch
- See Also:
-
cacheControl
-
contentDisposition
-
contentEncoding
-
contentLanguage
-
contentType
-
overrideMetadataWith
- See Also:
-