Class DefaultPromptQueryExportAnalysisSpec.Builder
java.lang.Object
de.xima.fc.prompt.mgmt.defaults.DefaultPromptQueryExportAnalysisSpec.Builder
- Enclosing class:
DefaultPromptQueryExportAnalysisSpec
A builder for creating prompt query export analysis specifications.
- Since:
- 8.5.0
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds a new prompt query export analysis specification based on the current state of the builder.password(char[] password) Sets the password to use for decryption, if the prompt export file is encrypted.Sets the password to use for decryption, if the prompt export file is encrypted.
-
Method Details
-
build
Builds a new prompt query export analysis specification based on the current state of the builder.- Returns:
- A new instance of
IPromptQueryExportAnalysisSpecwith the configured properties
-
password
Sets the password to use for decryption, if the prompt export file is encrypted.- Parameters:
password- The password for decryption.
-
password
Sets the password to use for decryption, if the prompt export file is encrypted.- Parameters:
password- The password for decryption.
-