Class CloudGateExtServers.Builder
- java.lang.Object
-
- com.oracle.bmc.identitydomains.model.CloudGateExtServers.Builder
-
- Enclosing class:
- CloudGateExtServers
public static class CloudGateExtServers.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudGateExtServers
build()
CloudGateExtServers.Builder
copy(CloudGateExtServers model)
CloudGateExtServers.Builder
hostName(String hostName)
Hostname for the Server blockCloudGateExtServers.Builder
nginxSettings(String nginxSettings)
More nginx Settings.CloudGateExtServers.Builder
port(Integer port)
Port for the Server BlockCloudGateExtServers.Builder
serverId(String serverId)
Server Name for the Server BlockCloudGateExtServers.Builder
ssl(Boolean ssl)
SSL flag for the Server Block
-
-
-
Method Detail
-
serverId
public CloudGateExtServers.Builder serverId(String serverId)
Server Name for the Server Block*SCIM++ Properties:** - caseExact: true - idcsSearchable: true - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
serverId
- the value to set- Returns:
- this builder
-
hostName
public CloudGateExtServers.Builder hostName(String hostName)
Hostname for the Server block*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: true - returned: default - type: string - uniqueness: none
- Parameters:
hostName
- the value to set- Returns:
- this builder
-
port
public CloudGateExtServers.Builder port(Integer port)
Port for the Server Block*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: true - returned: default - type: integer - uniqueness: none
- Parameters:
port
- the value to set- Returns:
- this builder
-
ssl
public CloudGateExtServers.Builder ssl(Boolean ssl)
SSL flag for the Server Block*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: true - returned: default - type: boolean - uniqueness: none
- Parameters:
ssl
- the value to set- Returns:
- this builder
-
nginxSettings
public CloudGateExtServers.Builder nginxSettings(String nginxSettings)
More nginx Settings.JSON encoded text block
*SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readOnly - required: false - returned: default - type: string - uniqueness: none
- Parameters:
nginxSettings
- the value to set- Returns:
- this builder
-
build
public CloudGateExtServers build()
-
copy
public CloudGateExtServers.Builder copy(CloudGateExtServers model)
-
-