Class IdentityProofingProviderTemplateConfiguration.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.IdentityProofingProviderTemplateConfiguration.Builder
-
- Enclosing class:
- IdentityProofingProviderTemplateConfiguration
public static class IdentityProofingProviderTemplateConfiguration.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentityProofingProviderTemplateConfigurationbuild()IdentityProofingProviderTemplateConfiguration.Buildercopy(IdentityProofingProviderTemplateConfiguration model)IdentityProofingProviderTemplateConfiguration.Buildername(String name)Name of the Identity Proofing Provider configuration.IdentityProofingProviderTemplateConfiguration.Buildersensitivity(Boolean sensitivity)Sensitivity of the Identity Proofing configuration.IdentityProofingProviderTemplateConfiguration.Buildertype(String type)Type of the Identity Proofing configuration.
-
-
-
Method Detail
-
name
public IdentityProofingProviderTemplateConfiguration.Builder name(String name)
Name of the Identity Proofing Provider configuration.*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: true - returned: default - type: string
- Parameters:
name- the value to set- Returns:
- this builder
-
type
public IdentityProofingProviderTemplateConfiguration.Builder type(String type)
Type of the Identity Proofing configuration.*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: true - returned: default - type: string
- Parameters:
type- the value to set- Returns:
- this builder
-
sensitivity
public IdentityProofingProviderTemplateConfiguration.Builder sensitivity(Boolean sensitivity)
Sensitivity of the Identity Proofing configuration.*SCIM++ Properties:** - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean
- Parameters:
sensitivity- the value to set- Returns:
- this builder
-
build
public IdentityProofingProviderTemplateConfiguration build()
-
copy
public IdentityProofingProviderTemplateConfiguration.Builder copy(IdentityProofingProviderTemplateConfiguration model)
-
-