Package com.oracle.bmc.datasafe.model
Class SensitiveColumnAnalyticsDimensions.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.SensitiveColumnAnalyticsDimensions.Builder
 
- 
- Enclosing class:
- SensitiveColumnAnalyticsDimensions
 
 public static class SensitiveColumnAnalyticsDimensions.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SensitiveColumnAnalyticsDimensionsbuild()SensitiveColumnAnalyticsDimensions.BuildercolumnName(String columnName)The name of the sensitive column.SensitiveColumnAnalyticsDimensions.Buildercopy(SensitiveColumnAnalyticsDimensions model)SensitiveColumnAnalyticsDimensions.BuilderobjectName(String objectName)The database object that contains the sensitive column.SensitiveColumnAnalyticsDimensions.BuilderschemaName(String schemaName)The database schema that contains the sensitive column.SensitiveColumnAnalyticsDimensions.BuildersensitiveDataModelId(String sensitiveDataModelId)The OCID of the sensitive data model which contains the sensitive column.SensitiveColumnAnalyticsDimensions.BuildersensitiveTypeId(String sensitiveTypeId)The OCID of the sensitive type associated with the sensitive column.SensitiveColumnAnalyticsDimensions.BuildertargetId(String targetId)The OCID of the target database associated with the sensitive column.
 
- 
- 
- 
Method Detail- 
targetIdpublic SensitiveColumnAnalyticsDimensions.Builder targetId(String targetId) The OCID of the target database associated with the sensitive column.- Parameters:
- targetId- the value to set
- Returns:
- this builder
 
 - 
schemaNamepublic SensitiveColumnAnalyticsDimensions.Builder schemaName(String schemaName) The database schema that contains the sensitive column.- Parameters:
- schemaName- the value to set
- Returns:
- this builder
 
 - 
objectNamepublic SensitiveColumnAnalyticsDimensions.Builder objectName(String objectName) The database object that contains the sensitive column.- Parameters:
- objectName- the value to set
- Returns:
- this builder
 
 - 
columnNamepublic SensitiveColumnAnalyticsDimensions.Builder columnName(String columnName) The name of the sensitive column.- Parameters:
- columnName- the value to set
- Returns:
- this builder
 
 - 
sensitiveTypeIdpublic SensitiveColumnAnalyticsDimensions.Builder sensitiveTypeId(String sensitiveTypeId) The OCID of the sensitive type associated with the sensitive column.- Parameters:
- sensitiveTypeId- the value to set
- Returns:
- this builder
 
 - 
sensitiveDataModelIdpublic SensitiveColumnAnalyticsDimensions.Builder sensitiveDataModelId(String sensitiveDataModelId) The OCID of the sensitive data model which contains the sensitive column.- Parameters:
- sensitiveDataModelId- the value to set
- Returns:
- this builder
 
 - 
buildpublic SensitiveColumnAnalyticsDimensions build() 
 - 
copypublic SensitiveColumnAnalyticsDimensions.Builder copy(SensitiveColumnAnalyticsDimensions model) 
 
- 
 
-