Class DataStoreParameters

    • Constructor Detail

      • DataStoreParameters

        public DataStoreParameters()
    • Method Detail

      • dataStoreType

        public DataStoreTypes dataStoreType()
        Get the dataStoreType property: type of datastore; Operational/Vault/Archive.
        Returns:
        the dataStoreType value.
      • withDataStoreType

        public DataStoreParameters withDataStoreType​(DataStoreTypes dataStoreType)
        Set the dataStoreType property: type of datastore; Operational/Vault/Archive.
        Parameters:
        dataStoreType - the dataStoreType value to set.
        Returns:
        the DataStoreParameters object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.