Package org.jclouds.blobstore.options
Class CreateContainerOptions
- java.lang.Object
-
- org.jclouds.blobstore.options.CreateContainerOptions
-
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
CreateContainerOptions.ImmutableCreateContainerOptions
public class CreateContainerOptions extends Object implements Cloneable
Contains options supported in the list container operation.Usage
The recommended way to instantiate a CreateOptions object is to statically import CreateContainerOptions.* and invoke a static creation method followed by an instance mutator (if needed):import static org.jclouds.blobstore.options.CreateContainerOptions.Builder.* BlobStore connection = // get connection Future
> list = connection.list("container",inDirectory("home/users").maxResults(1000));
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateContainerOptions.Builder
static class
CreateContainerOptions.ImmutableCreateContainerOptions
-
Field Summary
Fields Modifier and Type Field Description static CreateContainerOptions.ImmutableCreateContainerOptions
NONE
-
Constructor Summary
Constructors Constructor Description CreateContainerOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateContainerOptions
clone()
boolean
isPublicRead()
CreateContainerOptions
publicRead()
return a listing of all objects inside the store, publicReadly.String
toString()
-
-
-
Field Detail
-
NONE
public static final CreateContainerOptions.ImmutableCreateContainerOptions NONE
-
-
Method Detail
-
isPublicRead
public boolean isPublicRead()
-
publicRead
public CreateContainerOptions publicRead()
return a listing of all objects inside the store, publicReadly.
-
clone
public CreateContainerOptions clone()
-
-