Package | Description |
---|---|
com.ibm.analytics.mdm.v0.model |
Modifier and Type | Method and Description |
---|---|
AlgorithmEncryption |
AlgorithmEncryption.Builder.build()
Builds a AlgorithmEncryption.
|
AlgorithmEncryption |
Algorithm.encryption()
Gets the encryption.
|
AlgorithmEncryption |
ModelUpdateAlgorithmOptions.encryption()
Gets the encryption.
|
AlgorithmEncryption |
ModelReplaceAlgorithmOptions.encryption()
Gets the encryption.
|
Modifier and Type | Method and Description |
---|---|
Algorithm.Builder |
Algorithm.Builder.encryption(AlgorithmEncryption encryption)
Set the encryption.
|
ModelUpdateAlgorithmOptions.Builder |
ModelUpdateAlgorithmOptions.Builder.encryption(AlgorithmEncryption encryption)
Set the encryption.
|
ModelReplaceAlgorithmOptions.Builder |
ModelReplaceAlgorithmOptions.Builder.encryption(AlgorithmEncryption encryption)
Set the encryption.
|
Constructor and Description |
---|
Builder(Map<String,AlgorithmStandardizer> standardizers,
AlgorithmEncryption encryption,
Map<String,AlgorithmEntityType> entityTypes,
String locale)
Instantiates a new builder with required properties.
|
Builder(String crn,
String recordType,
Map<String,AlgorithmStandardizer> standardizers,
AlgorithmEncryption encryption,
Map<String,AlgorithmEntityType> entityTypes,
String locale)
Instantiates a new builder with required properties.
|
Builder(String crn,
String recordType,
Map<String,AlgorithmStandardizer> standardizers,
AlgorithmEncryption encryption,
Map<String,AlgorithmEntityType> entityTypes,
String locale)
Instantiates a new builder with required properties.
|
Copyright © 2021 IBM Cloud. All rights reserved.