org.dasein.cloud.aws.storage
Class GlacierMethod.Builder

java.lang.Object
  extended by org.dasein.cloud.aws.storage.GlacierMethod.Builder
Enclosing class:
GlacierMethod

public static class GlacierMethod.Builder
extends Object


Field Summary
 File bodyFile
           
 String bodyText
           
 Map<String,String> headers
           
 Map<String,String> queryParameters
           
 
Constructor Summary
GlacierMethod.Builder(AWSCloud provider, GlacierAction action)
           
 
Method Summary
 GlacierMethod.Builder archiveId(String value)
           
 GlacierMethod.Builder bodyFile(File value)
           
 GlacierMethod.Builder bodyText(String value)
           
 GlacierMethod.Builder headers(Map<String,String> value)
           
 GlacierMethod.Builder jobId(String value)
           
 GlacierMethod.Builder queryParameters(Map<String,String> value)
           
 GlacierMethod toMethod()
           
 GlacierMethod.Builder vaultId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

headers

public Map<String,String> headers

queryParameters

public Map<String,String> queryParameters

bodyText

public String bodyText

bodyFile

public File bodyFile
Constructor Detail

GlacierMethod.Builder

public GlacierMethod.Builder(@Nonnull
                             AWSCloud provider,
                             @Nonnull
                             GlacierAction action)
Method Detail

vaultId

public GlacierMethod.Builder vaultId(@Nonnull
                                     String value)

archiveId

public GlacierMethod.Builder archiveId(@Nonnull
                                       String value)

jobId

public GlacierMethod.Builder jobId(@Nonnull
                                   String value)

headers

public GlacierMethod.Builder headers(@Nonnull
                                     Map<String,String> value)

queryParameters

public GlacierMethod.Builder queryParameters(@Nonnull
                                             Map<String,String> value)

bodyText

public GlacierMethod.Builder bodyText(@Nonnull
                                      String value)

bodyFile

public GlacierMethod.Builder bodyFile(@Nonnull
                                      File value)

toMethod

public GlacierMethod toMethod()


Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.