org.jclouds.s3.options
Class CopyObjectOptions.Builder
java.lang.Object
org.jclouds.s3.options.CopyObjectOptions.Builder
- Enclosing class:
- CopyObjectOptions
public static class CopyObjectOptions.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyObjectOptions.Builder
public CopyObjectOptions.Builder()
overrideAcl
public static CopyObjectOptions overrideAcl(CannedAccessPolicy acl)
- See Also:
CopyObjectOptions.overrideAcl(CannedAccessPolicy)
ifSourceModifiedSince
public static CopyObjectOptions ifSourceModifiedSince(Date ifModifiedSince)
- See Also:
CopyObjectOptions.getIfModifiedSince()
ifSourceUnmodifiedSince
public static CopyObjectOptions ifSourceUnmodifiedSince(Date ifUnmodifiedSince)
- See Also:
CopyObjectOptions.ifSourceUnmodifiedSince(Date)
ifSourceETagMatches
public static CopyObjectOptions ifSourceETagMatches(String eTag)
throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
- See Also:
CopyObjectOptions.ifSourceETagMatches(String)
ifSourceETagDoesntMatch
public static CopyObjectOptions ifSourceETagDoesntMatch(String eTag)
throws UnsupportedEncodingException
- Throws:
UnsupportedEncodingException
- See Also:
CopyObjectOptions.ifSourceETagDoesntMatch(String)
overrideMetadataWith
public static CopyObjectOptions overrideMetadataWith(Map<String,String> metadata)
- See Also:
#overrideMetadataWith(Multimap)
Copyright © 2009-2011 jclouds. All Rights Reserved.