Class CloudGateMappingUpstreamServerGroup.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.CloudGateMappingUpstreamServerGroup.Builder
-
- Enclosing class:
- CloudGateMappingUpstreamServerGroup
public static class CloudGateMappingUpstreamServerGroup.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudGateMappingUpstreamServerGroup
build()
CloudGateMappingUpstreamServerGroup.Builder
copy(CloudGateMappingUpstreamServerGroup model)
CloudGateMappingUpstreamServerGroup.Builder
ref(String ref)
The URI to the upstream block entryCloudGateMappingUpstreamServerGroup.Builder
ssl(Boolean ssl)
SSL flag for the Upstream BlockCloudGateMappingUpstreamServerGroup.Builder
value(String value)
The id of the upstream block entry.
-
-
-
Method Detail
-
value
public 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
-
ref
public 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
-
ssl
public 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
-
build
public CloudGateMappingUpstreamServerGroup build()
-
copy
public CloudGateMappingUpstreamServerGroup.Builder copy(CloudGateMappingUpstreamServerGroup model)
-
-