Class CreateVendorSoftwareSourceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.CreateVendorSoftwareSourceDetails.Builder
 
- 
- Enclosing class:
- CreateVendorSoftwareSourceDetails
 
 public static class CreateVendorSoftwareSourceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateVendorSoftwareSourceDetailsbuild()CreateVendorSoftwareSourceDetails.BuildercompartmentId(String compartmentId)CreateVendorSoftwareSourceDetails.Buildercopy(CreateVendorSoftwareSourceDetails model)CreateVendorSoftwareSourceDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)CreateVendorSoftwareSourceDetails.Builderdescription(String description)CreateVendorSoftwareSourceDetails.BuilderdisplayName(String displayName)CreateVendorSoftwareSourceDetails.BuilderfreeformTags(Map<String,String> freeformTags)CreateVendorSoftwareSourceDetails.BuilderoriginSoftwareSourceId(String originSoftwareSourceId)The OCID of the vendor software source in the root compartment that is being replicated.
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateVendorSoftwareSourceDetails.Builder compartmentId(String compartmentId) 
 - 
displayNamepublic CreateVendorSoftwareSourceDetails.Builder displayName(String displayName) 
 - 
descriptionpublic CreateVendorSoftwareSourceDetails.Builder description(String description) 
 - 
freeformTagspublic CreateVendorSoftwareSourceDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreateVendorSoftwareSourceDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
originSoftwareSourceIdpublic CreateVendorSoftwareSourceDetails.Builder originSoftwareSourceId(String originSoftwareSourceId) The OCID of the vendor software source in the root compartment that is being replicated.- Parameters:
- originSoftwareSourceId- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateVendorSoftwareSourceDetails build() 
 - 
copypublic CreateVendorSoftwareSourceDetails.Builder copy(CreateVendorSoftwareSourceDetails model) 
 
- 
 
-