public static class ExternalDbSystemBasicInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalDbSystemBasicInfo |
build() |
ExternalDbSystemBasicInfo.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
ExternalDbSystemBasicInfo.Builder |
copy(ExternalDbSystemBasicInfo model) |
ExternalDbSystemBasicInfo.Builder |
displayName(String displayName)
The user-friendly name for the DB system.
|
ExternalDbSystemBasicInfo.Builder |
exadataInfraInfo(ExternalExadataInfraBasicInfo exadataInfraInfo) |
ExternalDbSystemBasicInfo.Builder |
id(String id)
The OCID of the
external DB system.
|
public ExternalDbSystemBasicInfo.Builder id(String id)
The OCID of the external DB system.
id
- the value to setpublic ExternalDbSystemBasicInfo.Builder displayName(String displayName)
The user-friendly name for the DB system. The name does not have to be unique.
displayName
- the value to setpublic ExternalDbSystemBasicInfo.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic ExternalDbSystemBasicInfo.Builder exadataInfraInfo(ExternalExadataInfraBasicInfo exadataInfraInfo)
public ExternalDbSystemBasicInfo build()
public ExternalDbSystemBasicInfo.Builder copy(ExternalDbSystemBasicInfo model)
Copyright © 2016–2024. All rights reserved.