Class CloudGateServerCloudGate.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.CloudGateServerCloudGate.Builder
 
- 
- Enclosing class:
- CloudGateServerCloudGate
 
 public static class CloudGateServerCloudGate.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudGateServerCloudGatebuild()CloudGateServerCloudGate.Buildercopy(CloudGateServerCloudGate model)CloudGateServerCloudGate.Builderref(String ref)The URI of the owning Cloud Gate for this server block.CloudGateServerCloudGate.Buildervalue(String value)The id of the owning Cloud Gate.
 
- 
- 
- 
Method Detail- 
valuepublic CloudGateServerCloudGate.Builder value(String value) The id of the owning Cloud Gate.*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
 
 - 
refpublic CloudGateServerCloudGate.Builder ref(String ref) The URI of the owning Cloud Gate for this server block.*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
 
 - 
buildpublic CloudGateServerCloudGate build() 
 - 
copypublic CloudGateServerCloudGate.Builder copy(CloudGateServerCloudGate model) 
 
- 
 
-