Class AppServiceParams.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AppServiceParams.Builder
 
- 
- Enclosing class:
- AppServiceParams
 
 public static class AppServiceParams.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AppServiceParamsbuild()AppServiceParams.Buildercopy(AppServiceParams model)AppServiceParams.Buildername(String name)The name of the attribute.AppServiceParams.Buildervalue(String value)The value of the attribute.
 
- 
- 
- 
Method Detail- 
namepublic AppServiceParams.Builder name(String name) The name of the attribute.*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
 
 - 
valuepublic AppServiceParams.Builder value(String value) The value of the attribute.*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
buildpublic AppServiceParams build() 
 - 
copypublic AppServiceParams.Builder copy(AppServiceParams model) 
 
- 
 
-