Class VersionedCustomSoftwareSource.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.VersionedCustomSoftwareSource.Builder
 
- 
- Enclosing class:
- VersionedCustomSoftwareSource
 
 public static class VersionedCustomSoftwareSource.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic VersionedCustomSoftwareSource.Builder id(String id) 
 - 
compartmentIdpublic VersionedCustomSoftwareSource.Builder compartmentId(String compartmentId) 
 - 
displayNamepublic VersionedCustomSoftwareSource.Builder displayName(String displayName) 
 - 
timeCreatedpublic VersionedCustomSoftwareSource.Builder timeCreated(Date timeCreated) 
 - 
descriptionpublic VersionedCustomSoftwareSource.Builder description(String description) 
 - 
availabilitypublic VersionedCustomSoftwareSource.Builder availability(Availability availability) 
 - 
availabilityAtOcipublic VersionedCustomSoftwareSource.Builder availabilityAtOci(Availability availabilityAtOci) 
 - 
repoIdpublic VersionedCustomSoftwareSource.Builder repoId(String repoId) 
 - 
osFamilypublic VersionedCustomSoftwareSource.Builder osFamily(OsFamily osFamily) 
 - 
archTypepublic VersionedCustomSoftwareSource.Builder archType(ArchType archType) 
 - 
lifecycleStatepublic VersionedCustomSoftwareSource.Builder lifecycleState(SoftwareSource.LifecycleState lifecycleState) 
 - 
packageCountpublic VersionedCustomSoftwareSource.Builder packageCount(Long packageCount) 
 - 
urlpublic VersionedCustomSoftwareSource.Builder url(String url) 
 - 
checksumTypepublic VersionedCustomSoftwareSource.Builder checksumType(ChecksumType checksumType) 
 - 
gpgKeyUrlpublic VersionedCustomSoftwareSource.Builder gpgKeyUrl(String gpgKeyUrl) 
 - 
gpgKeyIdpublic VersionedCustomSoftwareSource.Builder gpgKeyId(String gpgKeyId) 
 - 
gpgKeyFingerprintpublic VersionedCustomSoftwareSource.Builder gpgKeyFingerprint(String gpgKeyFingerprint) 
 - 
sizepublic VersionedCustomSoftwareSource.Builder size(Double size) 
 - 
freeformTagspublic VersionedCustomSoftwareSource.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic VersionedCustomSoftwareSource.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic VersionedCustomSoftwareSource.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
vendorSoftwareSourcespublic VersionedCustomSoftwareSource.Builder vendorSoftwareSources(List<Id> vendorSoftwareSources) List of vendor software sources that are used for the basis of the versioned custom software source.- Parameters:
- vendorSoftwareSources- the value to set
- Returns:
- this builder
 
 - 
customSoftwareSourceFilterpublic VersionedCustomSoftwareSource.Builder customSoftwareSourceFilter(CustomSoftwareSourceFilter customSoftwareSourceFilter) 
 - 
softwareSourceVersionpublic VersionedCustomSoftwareSource.Builder softwareSourceVersion(String softwareSourceVersion) The version to assign to this custom software source.- Parameters:
- softwareSourceVersion- the value to set
- Returns:
- this builder
 
 - 
isAutoResolveDependenciespublic VersionedCustomSoftwareSource.Builder isAutoResolveDependencies(Boolean isAutoResolveDependencies) Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.- Parameters:
- isAutoResolveDependencies- the value to set
- Returns:
- this builder
 
 - 
isCreatedFromPackageListpublic VersionedCustomSoftwareSource.Builder isCreatedFromPackageList(Boolean isCreatedFromPackageList) Indicates whether the service should create the software source from a list of packages provided by the user.- Parameters:
- isCreatedFromPackageList- the value to set
- Returns:
- this builder
 
 - 
isLatestContentOnlypublic VersionedCustomSoftwareSource.Builder isLatestContentOnly(Boolean isLatestContentOnly) Indicates whether the software source will include only the latest versions of content from vendor software sources, while accounting for other constraints set in the custom or versioned custom software source (such as a package list or filters).- For a module filter that does not specify a stream, this will include all available streams, and within each stream only the latest version of packages. * For a module filter that does specify a stream, this will include only the latest version of packages for the specified stream. * For a package filter that does not specify a version, this will include only the latest available version of the package. * For a package filter that does specify a version, this will include only the specified version of the package (the isLatestContentOnly attribute is ignored). * For a package list, this will include only the specified version of packages and modules in the list (the isLatestContentOnly attribute is ignored).
 - Parameters:
- isLatestContentOnly- the value to set
- Returns:
- this builder
 
 - 
packagespublic VersionedCustomSoftwareSource.Builder packages(List<String> packages) The packages in the software source.- Parameters:
- packages- the value to set
- Returns:
- this builder
 
 - 
softwareSourceSubTypepublic VersionedCustomSoftwareSource.Builder softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType) Identifies how the versioned custom software source was created.- Parameters:
- softwareSourceSubType- the value to set
- Returns:
- this builder
 
 - 
timeMetadataUpdatedpublic VersionedCustomSoftwareSource.Builder timeMetadataUpdated(Date timeMetadataUpdated) The date and time the metadata for this software source was last updated (in RFC 3339 format).- Parameters:
- timeMetadataUpdated- the value to set
- Returns:
- this builder
 
 - 
buildpublic VersionedCustomSoftwareSource build() 
 - 
copypublic VersionedCustomSoftwareSource.Builder copy(VersionedCustomSoftwareSource model) 
 
- 
 
-