Class CreateBucketCommand.Request

  • Enclosing class:
    CreateBucketCommand

    public static class CreateBucketCommand.Request
    extends Object
    This class represents the create bucket request to the JSON rpc API of the Exasol database. Must be public to allow JSON mapping. Not accessible for the user.
    • Method Detail

      • getBucketFsName

        public String getBucketFsName()
        Get BucketFsName.
        Returns:
        bucket fs name
      • getBucketName

        public String getBucketName()
        Get BucketName.
        Returns:
        bucket name
      • isPublic

        public boolean isPublic()
        Get IsPublic.
        Returns:
        public
      • getReadPassword

        public String getReadPassword()
        Get ReadPassword.
        Returns:
        read password
      • getWritePassword

        public String getWritePassword()
        Get WritePassword.
        Returns:
        write password