public static class CreateVersionedCustomSoftwareSourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateVersionedCustomSoftwareSourceDetails.Builder compartmentId(String compartmentId)
public CreateVersionedCustomSoftwareSourceDetails.Builder displayName(String displayName)
public CreateVersionedCustomSoftwareSourceDetails.Builder description(String description)
public CreateVersionedCustomSoftwareSourceDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateVersionedCustomSoftwareSourceDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateVersionedCustomSoftwareSourceDetails.Builder vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources.
vendorSoftwareSources
- the value to setpublic CreateVersionedCustomSoftwareSourceDetails.Builder customSoftwareSourceFilter(CustomSoftwareSourceFilter customSoftwareSourceFilter)
public CreateVersionedCustomSoftwareSourceDetails.Builder softwareSourceVersion(String softwareSourceVersion)
The version to assign to this custom software source.
softwareSourceVersion
- the value to setpublic CreateVersionedCustomSoftwareSourceDetails.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 CreateVersionedCustomSoftwareSourceDetails.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 CreateVersionedCustomSoftwareSourceDetails.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 CreateVersionedCustomSoftwareSourceDetails.Builder packages(List<String> packages)
A property used for compatibility only. It doesn’t provide a complete list of packages.
See addPackagesToSoftwareSourceDetails
for providing the list of packages used to create the
software source when isCreatedFromPackageList is set to true.
packages
- the value to setpublic CreateVersionedCustomSoftwareSourceDetails build()
public CreateVersionedCustomSoftwareSourceDetails.Builder copy(CreateVersionedCustomSoftwareSourceDetails model)
Copyright © 2016–2024. All rights reserved.