public static class UpdateCustomSoftwareSourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateCustomSoftwareSourceDetails |
build() |
UpdateCustomSoftwareSourceDetails.Builder |
compartmentId(String compartmentId) |
UpdateCustomSoftwareSourceDetails.Builder |
copy(UpdateCustomSoftwareSourceDetails model) |
UpdateCustomSoftwareSourceDetails.Builder |
customSoftwareSourceFilter(CustomSoftwareSourceFilter customSoftwareSourceFilter) |
UpdateCustomSoftwareSourceDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
UpdateCustomSoftwareSourceDetails.Builder |
description(String description) |
UpdateCustomSoftwareSourceDetails.Builder |
displayName(String displayName) |
UpdateCustomSoftwareSourceDetails.Builder |
freeformTags(Map<String,String> freeformTags) |
UpdateCustomSoftwareSourceDetails.Builder |
isAutomaticallyUpdated(Boolean isAutomaticallyUpdated)
Indicates whether the service should automatically update the custom software source to
use the latest package versions available.
|
UpdateCustomSoftwareSourceDetails.Builder |
isAutoResolveDependencies(Boolean isAutoResolveDependencies)
Indicates whether the service should automatically resolve package dependencies when
including specific packages in the software source.
|
UpdateCustomSoftwareSourceDetails.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).
|
UpdateCustomSoftwareSourceDetails.Builder |
vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources that are used for the basis of the custom software
source.
|
public UpdateCustomSoftwareSourceDetails.Builder compartmentId(String compartmentId)
public UpdateCustomSoftwareSourceDetails.Builder displayName(String displayName)
public UpdateCustomSoftwareSourceDetails.Builder description(String description)
public UpdateCustomSoftwareSourceDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateCustomSoftwareSourceDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateCustomSoftwareSourceDetails.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 UpdateCustomSoftwareSourceDetails.Builder customSoftwareSourceFilter(CustomSoftwareSourceFilter customSoftwareSourceFilter)
public UpdateCustomSoftwareSourceDetails.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 UpdateCustomSoftwareSourceDetails.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 UpdateCustomSoftwareSourceDetails.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 UpdateCustomSoftwareSourceDetails build()
public UpdateCustomSoftwareSourceDetails.Builder copy(UpdateCustomSoftwareSourceDetails model)
Copyright © 2016–2024. All rights reserved.