Interface DPIConfig.Builder
- Enclosing class:
DPIConfig
public static interface DPIConfig.Builder
Builder helper class.
-
Method Summary
Modifier and TypeMethodDescriptiontype(DPIConfig.TypeEnum type) Set the type of thisDPIConfiginstance.
-
Method Details
-
type
Set the type of thisDPIConfiginstance.- Parameters:
type- Type of masking service provider- Returns:
- The DPIConfig builder.
-