Class PersonallyIdentifiableInformationConfiguration.Builder
- java.lang.Object
 - 
- com.oracle.bmc.generativeaiinference.model.PersonallyIdentifiableInformationConfiguration.Builder
 
 
- 
- Enclosing class:
 - PersonallyIdentifiableInformationConfiguration
 
public static class PersonallyIdentifiableInformationConfiguration.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All 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
- 
types
public PersonallyIdentifiableInformationConfiguration.Builder types(List<String> types)
The types of personally identifiable information to detect.- Parameters:
 types- the value to set- Returns:
 - this builder
 
 
- 
build
public PersonallyIdentifiableInformationConfiguration build()
 
- 
copy
public PersonallyIdentifiableInformationConfiguration.Builder copy(PersonallyIdentifiableInformationConfiguration model)
 
 - 
 
 -