Class CreateVendorSoftwareSourceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.CreateVendorSoftwareSourceDetails.Builder
-
- Enclosing class:
- CreateVendorSoftwareSourceDetails
public static class CreateVendorSoftwareSourceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateVendorSoftwareSourceDetails
build()
CreateVendorSoftwareSourceDetails.Builder
compartmentId(String compartmentId)
CreateVendorSoftwareSourceDetails.Builder
copy(CreateVendorSoftwareSourceDetails model)
CreateVendorSoftwareSourceDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
CreateVendorSoftwareSourceDetails.Builder
description(String description)
CreateVendorSoftwareSourceDetails.Builder
displayName(String displayName)
CreateVendorSoftwareSourceDetails.Builder
freeformTags(Map<String,String> freeformTags)
CreateVendorSoftwareSourceDetails.Builder
originSoftwareSourceId(String originSoftwareSourceId)
The OCID of the vendor software source in the root compartment that is being replicated.
-
-
-
Method Detail
-
compartmentId
public CreateVendorSoftwareSourceDetails.Builder compartmentId(String compartmentId)
-
displayName
public CreateVendorSoftwareSourceDetails.Builder displayName(String displayName)
-
description
public CreateVendorSoftwareSourceDetails.Builder description(String description)
-
freeformTags
public CreateVendorSoftwareSourceDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateVendorSoftwareSourceDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
originSoftwareSourceId
public 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
-
build
public CreateVendorSoftwareSourceDetails build()
-
copy
public CreateVendorSoftwareSourceDetails.Builder copy(CreateVendorSoftwareSourceDetails model)
-
-