Class AppCloudControlProperties.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.AppCloudControlProperties.Builder
-
- Enclosing class:
- AppCloudControlProperties
public static class AppCloudControlProperties.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppCloudControlProperties
build()
AppCloudControlProperties.Builder
copy(AppCloudControlProperties model)
AppCloudControlProperties.Builder
name(String name)
The name of the property.AppCloudControlProperties.Builder
values(List<String> values)
The value(s) of the property.
-
-
-
Method Detail
-
name
public AppCloudControlProperties.Builder name(String name)
The name of the property.*Added In:** 18.4.2
*SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
- Parameters:
name
- the value to set- Returns:
- this builder
-
values
public AppCloudControlProperties.Builder values(List<String> values)
The value(s) of the property.*Added In:** 18.4.2
*SCIM++ Properties:** - idcsSearchable: false - multiValued: true - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
- Parameters:
values
- the value to set- Returns:
- this builder
-
build
public AppCloudControlProperties build()
-
copy
public AppCloudControlProperties.Builder copy(AppCloudControlProperties model)
-
-