Class AppExtensionWebTierPolicyApp.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppExtensionWebTierPolicyApp.Builder
-
- Enclosing class:
- AppExtensionWebTierPolicyApp
public static class AppExtensionWebTierPolicyApp.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppExtensionWebTierPolicyApp
build()
AppExtensionWebTierPolicyApp.Builder
copy(AppExtensionWebTierPolicyApp model)
AppExtensionWebTierPolicyApp.Builder
resourceRef(Boolean resourceRef)
If this Attribute is true, resource ref id and resource ref name attributes will we included in wtp json response.AppExtensionWebTierPolicyApp.Builder
webTierPolicyAZControl(AppExtensionWebTierPolicyApp.WebTierPolicyAZControl webTierPolicyAZControl)
Webtier policy AZ ControlAppExtensionWebTierPolicyApp.Builder
webTierPolicyJson(String webTierPolicyJson)
Store the web tier policy for an application as a string in Javascript Object Notification (JSON) format.
-
-
-
Method Detail
-
webTierPolicyJson
public AppExtensionWebTierPolicyApp.Builder webTierPolicyJson(String webTierPolicyJson)
Store the web tier policy for an application as a string in Javascript Object Notification (JSON) format.*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: request - type: string - uniqueness: none
- Parameters:
webTierPolicyJson
- the value to set- Returns:
- this builder
-
webTierPolicyAZControl
public AppExtensionWebTierPolicyApp.Builder webTierPolicyAZControl(AppExtensionWebTierPolicyApp.WebTierPolicyAZControl webTierPolicyAZControl)
Webtier policy AZ Control*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none
- Parameters:
webTierPolicyAZControl
- the value to set- Returns:
- this builder
-
resourceRef
public AppExtensionWebTierPolicyApp.Builder resourceRef(Boolean resourceRef)
If this Attribute is true, resource ref id and resource ref name attributes will we included in wtp json response.*Added In:** 19.2.1
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - uniqueness: none
- Parameters:
resourceRef
- the value to set- Returns:
- this builder
-
build
public AppExtensionWebTierPolicyApp build()
-
copy
public AppExtensionWebTierPolicyApp.Builder copy(AppExtensionWebTierPolicyApp model)
-
-