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