org.jets3t.service.model
Class CreateBucketConfiguration
java.lang.Object
org.jets3t.service.model.CreateBucketConfiguration
public class CreateBucketConfiguration
- extends Object
Represents the location configuraton to be applied to a newly
created Bucket.
- Author:
- James Murty
CreateBucketConfiguration
public CreateBucketConfiguration()
CreateBucketConfiguration
public CreateBucketConfiguration(String location)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
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