public static class CustomSoftwareSource.Builder extends Object
Constructor and Description |
---|
Builder() |
public CustomSoftwareSource.Builder id(String id)
public CustomSoftwareSource.Builder compartmentId(String compartmentId)
public CustomSoftwareSource.Builder displayName(String displayName)
public CustomSoftwareSource.Builder timeCreated(Date timeCreated)
public CustomSoftwareSource.Builder description(String description)
public CustomSoftwareSource.Builder availability(Availability availability)
public CustomSoftwareSource.Builder availabilityAtOci(Availability availabilityAtOci)
public CustomSoftwareSource.Builder repoId(String repoId)
public CustomSoftwareSource.Builder osFamily(OsFamily osFamily)
public CustomSoftwareSource.Builder archType(ArchType archType)
public CustomSoftwareSource.Builder lifecycleState(SoftwareSource.LifecycleState lifecycleState)
public CustomSoftwareSource.Builder packageCount(Long packageCount)
public CustomSoftwareSource.Builder url(String url)
public CustomSoftwareSource.Builder checksumType(ChecksumType checksumType)
public CustomSoftwareSource.Builder gpgKeyUrl(String gpgKeyUrl)
public CustomSoftwareSource.Builder gpgKeyId(String gpgKeyId)
public CustomSoftwareSource.Builder gpgKeyFingerprint(String gpgKeyFingerprint)
public CustomSoftwareSource.Builder size(Double size)
public CustomSoftwareSource.Builder freeformTags(Map<String,String> freeformTags)
public CustomSoftwareSource.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CustomSoftwareSource.Builder systemTags(Map<String,Map<String,Object>> systemTags)
public CustomSoftwareSource.Builder vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources that are used for the basis of the custom software source.
vendorSoftwareSources
- the value to setpublic CustomSoftwareSource.Builder customSoftwareSourceFilter(CustomSoftwareSourceFilter customSoftwareSourceFilter)
public CustomSoftwareSource.Builder isAutomaticallyUpdated(Boolean isAutomaticallyUpdated)
Indicates whether the service should automatically update the custom software source to use the latest package versions available. The service reviews packages levels once a day.
isAutomaticallyUpdated
- the value to setpublic CustomSoftwareSource.Builder isAutoResolveDependencies(Boolean isAutoResolveDependencies)
Indicates whether the service should automatically resolve package dependencies when including specific packages in the software source.
isAutoResolveDependencies
- the value to setpublic CustomSoftwareSource.Builder isCreatedFromPackageList(Boolean isCreatedFromPackageList)
Indicates whether the service should create the software source from a list of packages provided by the user.
isCreatedFromPackageList
- the value to setpublic CustomSoftwareSource.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).
isLatestContentOnly
- the value to setpublic CustomSoftwareSource.Builder packages(List<String> packages)
The packages in the software source.
packages
- the value to setpublic CustomSoftwareSource build()
public CustomSoftwareSource.Builder copy(CustomSoftwareSource model)
Copyright © 2016–2024. All rights reserved.