Class AppAppsNetworkPerimeters.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppAppsNetworkPerimeters.Builder
-
- Enclosing class:
- AppAppsNetworkPerimeters
public static class AppAppsNetworkPerimeters.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppAppsNetworkPerimeters
build()
AppAppsNetworkPerimeters.Builder
copy(AppAppsNetworkPerimeters model)
AppAppsNetworkPerimeters.Builder
ref(String ref)
URI of the Network Perimeter.AppAppsNetworkPerimeters.Builder
value(String value)
List of identifier of Network Perimeters for App
-
-
-
Method Detail
-
value
public AppAppsNetworkPerimeters.Builder value(String value)
List of identifier of Network Perimeters for App*Added In:** 2010242156
*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: always - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public AppAppsNetworkPerimeters.Builder ref(String ref)
URI of the Network Perimeter.*Added In:** 2010242156
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: reference - uniqueness: none
- Parameters:
ref
- the value to set- Returns:
- this builder
-
build
public AppAppsNetworkPerimeters build()
-
copy
public AppAppsNetworkPerimeters.Builder copy(AppAppsNetworkPerimeters model)
-
-