Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(Map<String,AlgorithmStandardizer> standardizers,
AlgorithmEncryption encryption,
Map<String,AlgorithmEntityType> entityTypes,
String locale)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
Algorithm |
build()
Builds a Algorithm.
|
Algorithm.Builder |
encryption(AlgorithmEncryption encryption)
Set the encryption.
|
Algorithm.Builder |
entityTypes(Map<String,AlgorithmEntityType> entityTypes)
Set the entityTypes.
|
Algorithm.Builder |
locale(String locale)
Set the locale.
|
Algorithm.Builder |
standardizers(Map<String,AlgorithmStandardizer> standardizers)
Set the standardizers.
|
public Builder()
public Builder(Map<String,AlgorithmStandardizer> standardizers, AlgorithmEncryption encryption, Map<String,AlgorithmEntityType> entityTypes, String locale)
standardizers
- the standardizersencryption
- the encryptionentityTypes
- the entityTypeslocale
- the localepublic Algorithm build()
public Algorithm.Builder standardizers(Map<String,AlgorithmStandardizer> standardizers)
standardizers
- the standardizerspublic Algorithm.Builder encryption(AlgorithmEncryption encryption)
encryption
- the encryptionpublic Algorithm.Builder entityTypes(Map<String,AlgorithmEntityType> entityTypes)
entityTypes
- the entityTypespublic Algorithm.Builder locale(String locale)
locale
- the localeCopyright © 2021 IBM Cloud. All rights reserved.