Class CloudServicedAsm.Builder
- java.lang.Object
- 
- com.oracle.bmc.databasemanagement.model.CloudServicedAsm.Builder
 
- 
- Enclosing class:
- CloudServicedAsm
 
 public static class CloudServicedAsm.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudServicedAsmbuild()CloudServicedAsm.BuildercompartmentId(String compartmentId)The OCID of the compartment in which the cloud ASM resides.CloudServicedAsm.Buildercopy(CloudServicedAsm model)CloudServicedAsm.BuilderdisplayName(String displayName)The user-friendly name for the cloud ASM.CloudServicedAsm.Builderid(String id)The OCID of the cloud ASM.
 
- 
- 
- 
Method Detail- 
idpublic CloudServicedAsm.Builder id(String id) The OCID of the cloud ASM.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic 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
 
 - 
compartmentIdpublic 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
 
 - 
buildpublic CloudServicedAsm build() 
 - 
copypublic CloudServicedAsm.Builder copy(CloudServicedAsm model) 
 
- 
 
-