Package com.exasol.bucketfs.jsonrpc
Class CreateBucketCommand
- java.lang.Object
-
- com.exasol.bucketfs.jsonrpc.CreateBucketCommand
-
public class CreateBucketCommand extends Object
This command creates a new bucket in BucketFS. Create new instances using the builder created byCommandFactory.makeCreateBucketCommand().
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateBucketCommand.CreateBucketCommandBuilderA builder for newCreateBucketCommand.static classCreateBucketCommand.RequestThis class represents the create bucket request to the JSON rpc API of the Exasol database.
-
Field Summary
Fields Modifier and Type Field Description protected com.exasol.bucketfs.jsonrpc.JsonMapperjsonMapperJSON mapper
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateBucketCommand.RequestgetParameters()
-
-
-
Method Detail
-
getParameters
public CreateBucketCommand.Request getParameters()
-
-