Class CloudGateMappingServer.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.CloudGateMappingServer.Builder
-
- Enclosing class:
- CloudGateMappingServer
public static class CloudGateMappingServer.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudGateMappingServer
build()
CloudGateMappingServer.Builder
copy(CloudGateMappingServer model)
CloudGateMappingServer.Builder
ref(String ref)
The URI to the server block entryCloudGateMappingServer.Builder
value(String value)
The id of the server block entry.
-
-
-
Method Detail
-
value
public CloudGateMappingServer.Builder value(String value)
The id of the server block entry.*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - uniqueness: none
- Parameters:
value
- the value to set- Returns:
- this builder
-
ref
public CloudGateMappingServer.Builder ref(String ref)
The URI to the server block entry*SCIM++ Properties:** - caseExact: false - 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 CloudGateMappingServer build()
-
copy
public CloudGateMappingServer.Builder copy(CloudGateMappingServer model)
-
-