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 PersonallyIdentifiableInformationConfiguration
build()
PersonallyIdentifiableInformationConfiguration.Builder
copy(PersonallyIdentifiableInformationConfiguration model)
PersonallyIdentifiableInformationConfiguration.Builder
types(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)
-
-