Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
static UpdateCustomSoftwareSourceDetails.Builder |
UpdateCustomSoftwareSourceDetails.builder()
Create a new builder.
|
UpdateCustomSoftwareSourceDetails.Builder |
UpdateCustomSoftwareSourceDetails.Builder.compartmentId(String compartmentId) |
UpdateCustomSoftwareSourceDetails.Builder |
UpdateCustomSoftwareSourceDetails.Builder.copy(UpdateCustomSoftwareSourceDetails model) |
UpdateCustomSoftwareSourceDetails.Builder |
UpdateCustomSoftwareSourceDetails.Builder.customSoftwareSourceFilter(CustomSoftwareSourceFilter customSoftwareSourceFilter) |
UpdateCustomSoftwareSourceDetails.Builder |
UpdateCustomSoftwareSourceDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
UpdateCustomSoftwareSourceDetails.Builder |
UpdateCustomSoftwareSourceDetails.Builder.description(String description) |
UpdateCustomSoftwareSourceDetails.Builder |
UpdateCustomSoftwareSourceDetails.Builder.displayName(String displayName) |
UpdateCustomSoftwareSourceDetails.Builder |
UpdateCustomSoftwareSourceDetails.Builder.freeformTags(Map<String,String> freeformTags) |
UpdateCustomSoftwareSourceDetails.Builder |
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 |
UpdateCustomSoftwareSourceDetails.Builder.isAutoResolveDependencies(Boolean isAutoResolveDependencies)
Indicates whether the service should automatically resolve package dependencies when
including specific packages in the software source.
|
UpdateCustomSoftwareSourceDetails.Builder |
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 |
UpdateCustomSoftwareSourceDetails.toBuilder() |
UpdateCustomSoftwareSourceDetails.Builder |
UpdateCustomSoftwareSourceDetails.Builder.vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources that are used for the basis of the custom software
source.
|
Copyright © 2016–2024. All rights reserved.