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