org.jclouds.s3.options
Class CopyObjectOptions.Builder

java.lang.Object
  extended by org.jclouds.s3.options.CopyObjectOptions.Builder
Enclosing class:
CopyObjectOptions

public static class CopyObjectOptions.Builder
extends Object


Constructor Summary
CopyObjectOptions.Builder()
           
 
Method Summary
static CopyObjectOptions ifSourceETagDoesntMatch(String eTag)
           
static CopyObjectOptions ifSourceETagMatches(String eTag)
           
static CopyObjectOptions ifSourceModifiedSince(Date ifModifiedSince)
           
static CopyObjectOptions ifSourceUnmodifiedSince(Date ifUnmodifiedSince)
           
static CopyObjectOptions overrideAcl(CannedAccessPolicy acl)
           
static CopyObjectOptions overrideMetadataWith(Map<String,String> metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyObjectOptions.Builder

public CopyObjectOptions.Builder()
Method Detail

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)
See Also:
CopyObjectOptions.ifSourceETagMatches(String)

ifSourceETagDoesntMatch

public static CopyObjectOptions ifSourceETagDoesntMatch(String eTag)
See Also:
CopyObjectOptions.ifSourceETagDoesntMatch(String)

overrideMetadataWith

public static CopyObjectOptions overrideMetadataWith(Map<String,String> metadata)
See Also:
#overrideMetadataWith(Multimap)


Copyright © 2009-2012 jclouds. All Rights Reserved.