Class CloudGateMappingUpstreamServerGroup.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.CloudGateMappingUpstreamServerGroup.Builder
 
- 
- Enclosing class:
- CloudGateMappingUpstreamServerGroup
 
 public static class CloudGateMappingUpstreamServerGroup.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudGateMappingUpstreamServerGroupbuild()CloudGateMappingUpstreamServerGroup.Buildercopy(CloudGateMappingUpstreamServerGroup model)CloudGateMappingUpstreamServerGroup.Builderref(String ref)The URI to the upstream block entryCloudGateMappingUpstreamServerGroup.Builderssl(Boolean ssl)SSL flag for the Upstream BlockCloudGateMappingUpstreamServerGroup.Buildervalue(String value)The id of the upstream block entry.
 
- 
- 
- 
Method Detail- 
valuepublic CloudGateMappingUpstreamServerGroup.Builder value(String value) The id of the upstream block entry.*Added In:** 20.1.3 *SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - uniqueness: none - Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
refpublic CloudGateMappingUpstreamServerGroup.Builder ref(String ref) The URI to the upstream block entry*Added In:** 20.1.3 *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
 
 - 
sslpublic CloudGateMappingUpstreamServerGroup.Builder ssl(Boolean ssl) SSL flag for the Upstream Block*Added In:** 20.1.3 *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: boolean - uniqueness: none - Parameters:
- ssl- the value to set
- Returns:
- this builder
 
 - 
buildpublic CloudGateMappingUpstreamServerGroup build() 
 - 
copypublic CloudGateMappingUpstreamServerGroup.Builder copy(CloudGateMappingUpstreamServerGroup model) 
 
- 
 
-