Class ExternalServicedAsm.Builder
- java.lang.Object
-
- com.oracle.bmc.databasemanagement.model.ExternalServicedAsm.Builder
-
- Enclosing class:
- ExternalServicedAsm
public static class ExternalServicedAsm.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalServicedAsm
build()
ExternalServicedAsm.Builder
compartmentId(String compartmentId)
The OCID of the compartment in which the external ASM resides.ExternalServicedAsm.Builder
copy(ExternalServicedAsm model)
ExternalServicedAsm.Builder
displayName(String displayName)
The user-friendly name for the external ASM.ExternalServicedAsm.Builder
id(String id)
The OCID of the external ASM.
-
-
-
Method Detail
-
id
public ExternalServicedAsm.Builder id(String id)
The OCID of the external ASM.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public ExternalServicedAsm.Builder displayName(String displayName)
The user-friendly name for the external ASM.The name does not have to be unique.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
compartmentId
public ExternalServicedAsm.Builder compartmentId(String compartmentId)
The OCID of the compartment in which the external ASM resides.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
build
public ExternalServicedAsm build()
-
copy
public ExternalServicedAsm.Builder copy(ExternalServicedAsm model)
-
-