Class PersonallyIdentifiableInformationConfiguration.Builder
- java.lang.Object
- 
- com.oracle.bmc.generativeaiinference.model.PersonallyIdentifiableInformationConfiguration.Builder
 
- 
- Enclosing class:
- PersonallyIdentifiableInformationConfiguration
 
 public static class PersonallyIdentifiableInformationConfiguration.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PersonallyIdentifiableInformationConfigurationbuild()PersonallyIdentifiableInformationConfiguration.Buildercopy(PersonallyIdentifiableInformationConfiguration model)PersonallyIdentifiableInformationConfiguration.Buildertypes(List<String> types)The types of personally identifiable information to detect.
 
- 
- 
- 
Method Detail- 
typespublic PersonallyIdentifiableInformationConfiguration.Builder types(List<String> types) The types of personally identifiable information to detect.- Parameters:
- types- the value to set
- Returns:
- this builder
 
 - 
buildpublic PersonallyIdentifiableInformationConfiguration build() 
 - 
copypublic PersonallyIdentifiableInformationConfiguration.Builder copy(PersonallyIdentifiableInformationConfiguration model) 
 
- 
 
-