Class AppRoleApp.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppRoleApp.Builder
-
- Enclosing class:
- AppRoleApp
public static class AppRoleApp.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppRoleApp
build()
AppRoleApp.Builder
copy(AppRoleApp model)
AppRoleApp.Builder
display(String display)
App display nameAppRoleApp.Builder
name(String name)
Application nameAppRoleApp.Builder
ref(String ref)
App URIAppRoleApp.Builder
serviceInstanceIdentifier(String serviceInstanceIdentifier)
The serviceInstanceIdentifier of the App that defines this AppRole.AppRoleApp.Builder
value(String value)
App identifier
-
-
-
Method Detail
-
value
public AppRoleApp.Builder value(String value)
App identifier*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: immutable - required: true - returned: always - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public AppRoleApp.Builder ref(String ref)
App URI*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
- Parameters:
ref
- the value to set- Returns:
- this builder
-
display
public AppRoleApp.Builder display(String display)
App display name*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: always - type: string - uniqueness: none
- Parameters:
display
- the value to set- Returns:
- this builder
-
name
public AppRoleApp.Builder name(String name)
Application name*SCIM++ Properties:** - caseExact: false - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
name
- the value to set- Returns:
- this builder
-
serviceInstanceIdentifier
public AppRoleApp.Builder serviceInstanceIdentifier(String serviceInstanceIdentifier)
The serviceInstanceIdentifier of the App that defines this AppRole.This value will match the opcServiceInstanceGUID of any service-instance that the App represents.
*SCIM++ Properties:** - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
serviceInstanceIdentifier
- the value to set- Returns:
- this builder
-
build
public AppRoleApp build()
-
copy
public AppRoleApp.Builder copy(AppRoleApp model)
-
-