Package org.jets3t.service.model
Class CreateBucketConfiguration
java.lang.Object
org.jets3t.service.model.CreateBucketConfiguration
Represents the location configuraton to be applied to a newly
created Bucket.
- Author:
- James Murty
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CreateBucketConfiguration
public CreateBucketConfiguration() -
CreateBucketConfiguration
-
-
Method Details
-
getLocation
-
setLocation
-
toXml
public String toXml() throws ParserConfigurationException, FactoryConfigurationError, TransformerException- Returns:
- An XML representation of the object suitable for use as an input to the REST/HTTP interface.
- Throws:
FactoryConfigurationError
ParserConfigurationException
TransformerException
-