public static class AssetMapping.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
AssetMapping.Builder |
autoMapped(Boolean autoMapped)
Set the autoMapped.
|
AssetMapping |
build()
Builds a AssetMapping.
|
AssetMapping.Builder |
classifiedClass(String classifiedClass)
Set the classifiedClass.
|
AssetMapping.Builder |
completenessPercent(String completenessPercent)
Set the completenessPercent.
|
AssetMapping.Builder |
dataMappingAttributeType(String dataMappingAttributeType)
Set the dataMappingAttributeType.
|
AssetMapping.Builder |
dataMappingName(String dataMappingName)
Set the dataMappingName.
|
AssetMapping.Builder |
excludeColumn(Boolean excludeColumn)
Set the excludeColumn.
|
AssetMapping.Builder |
key(String key)
Set the key.
|
public AssetMapping build()
public AssetMapping.Builder classifiedClass(String classifiedClass)
classifiedClass
- the classifiedClasspublic AssetMapping.Builder dataMappingName(String dataMappingName)
dataMappingName
- the dataMappingNamepublic AssetMapping.Builder excludeColumn(Boolean excludeColumn)
excludeColumn
- the excludeColumnpublic AssetMapping.Builder autoMapped(Boolean autoMapped)
autoMapped
- the autoMappedpublic AssetMapping.Builder completenessPercent(String completenessPercent)
completenessPercent
- the completenessPercentpublic AssetMapping.Builder dataMappingAttributeType(String dataMappingAttributeType)
dataMappingAttributeType
- the dataMappingAttributeTypepublic AssetMapping.Builder key(String key)
key
- the keyCopyright © 2021 IBM Cloud. All rights reserved.