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