org.dasein.cloud.aws.storage
Class GlacierMethod.Builder
java.lang.Object
org.dasein.cloud.aws.storage.GlacierMethod.Builder
- Enclosing class:
- GlacierMethod
public static class GlacierMethod.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
headers
public Map<String,String> headers
queryParameters
public Map<String,String> queryParameters
bodyText
public String bodyText
bodyFile
public File bodyFile
GlacierMethod.Builder
public GlacierMethod.Builder(@Nonnull
AWSCloud provider,
@Nonnull
GlacierAction action)
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.