Class AuthenticationFactorSettingsCompliancePolicy.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AuthenticationFactorSettingsCompliancePolicy.Builder
 
- 
- Enclosing class:
- AuthenticationFactorSettingsCompliancePolicy
 
 public static class AuthenticationFactorSettingsCompliancePolicy.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationFactorSettingsCompliancePolicy.Builderaction(AuthenticationFactorSettingsCompliancePolicy.Action action)The action to be taken if the value of the attribute is not as expectedAuthenticationFactorSettingsCompliancePolicybuild()AuthenticationFactorSettingsCompliancePolicy.Buildercopy(AuthenticationFactorSettingsCompliancePolicy model)AuthenticationFactorSettingsCompliancePolicy.Buildername(String name)The name of the attribute being evaluatedAuthenticationFactorSettingsCompliancePolicy.Buildervalue(String value)The value of the attribute to be evaluated
 
- 
- 
- 
Method Detail- 
namepublic AuthenticationFactorSettingsCompliancePolicy.Builder name(String name) The name of the attribute being evaluated*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none - Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
actionpublic AuthenticationFactorSettingsCompliancePolicy.Builder action(AuthenticationFactorSettingsCompliancePolicy.Action action) The action to be taken if the value of the attribute is not as expected*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none - Parameters:
- action- the value to set
- Returns:
- this builder
 
 - 
valuepublic AuthenticationFactorSettingsCompliancePolicy.Builder value(String value) The value of the attribute to be evaluated*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
buildpublic AuthenticationFactorSettingsCompliancePolicy build() 
 - 
copypublic AuthenticationFactorSettingsCompliancePolicy.Builder copy(AuthenticationFactorSettingsCompliancePolicy model) 
 
- 
 
-