Package | Description |
---|---|
com.oracle.bmc.osmanagementhub.model |
Modifier and Type | Method and Description |
---|---|
static CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.builder()
Create a new builder.
|
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.Builder.compartmentId(String compartmentId) |
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.Builder.copy(CreateCustomSoftwareSourceDetails model) |
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.Builder.customSoftwareSourceFilter(CustomSoftwareSourceFilter customSoftwareSourceFilter) |
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.Builder.definedTags(Map<String,Map<String,Object>> definedTags) |
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.Builder.description(String description) |
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.Builder.displayName(String displayName) |
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.Builder.freeformTags(Map<String,String> freeformTags) |
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.Builder.isAutomaticallyUpdated(Boolean isAutomaticallyUpdated)
Indicates whether the service should automatically update the custom software source to
use the latest package versions available.
|
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.Builder.isAutoResolveDependencies(Boolean isAutoResolveDependencies)
Indicates whether the service should automatically resolve package dependencies when
including specific packages in the software source.
|
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.Builder.isCreatedFromPackageList(Boolean isCreatedFromPackageList)
Indicates whether the service should create the software source from a list of packages
provided by the user.
|
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.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).
|
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.Builder.packages(List<String> packages)
A property used for compatibility only.
|
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.toBuilder() |
CreateCustomSoftwareSourceDetails.Builder |
CreateCustomSoftwareSourceDetails.Builder.vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources.
|
Copyright © 2016–2024. All rights reserved.