Class CustomSoftwareSourceSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.CustomSoftwareSourceSummary.Builder
-
- Enclosing class:
- CustomSoftwareSourceSummary
public static class CustomSoftwareSourceSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public CustomSoftwareSourceSummary.Builder id(String id)
-
compartmentId
public CustomSoftwareSourceSummary.Builder compartmentId(String compartmentId)
-
displayName
public CustomSoftwareSourceSummary.Builder displayName(String displayName)
-
repoId
public CustomSoftwareSourceSummary.Builder repoId(String repoId)
-
url
public CustomSoftwareSourceSummary.Builder url(String url)
-
timeCreated
public CustomSoftwareSourceSummary.Builder timeCreated(Date timeCreated)
-
timeUpdated
public CustomSoftwareSourceSummary.Builder timeUpdated(Date timeUpdated)
-
description
public CustomSoftwareSourceSummary.Builder description(String description)
-
availability
public CustomSoftwareSourceSummary.Builder availability(Availability availability)
-
availabilityAtOci
public CustomSoftwareSourceSummary.Builder availabilityAtOci(Availability availabilityAtOci)
-
osFamily
public CustomSoftwareSourceSummary.Builder osFamily(OsFamily osFamily)
-
archType
public CustomSoftwareSourceSummary.Builder archType(ArchType archType)
-
packageCount
public CustomSoftwareSourceSummary.Builder packageCount(Long packageCount)
-
lifecycleState
public CustomSoftwareSourceSummary.Builder lifecycleState(SoftwareSource.LifecycleState lifecycleState)
-
size
public CustomSoftwareSourceSummary.Builder size(Double size)
-
freeformTags
public CustomSoftwareSourceSummary.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CustomSoftwareSourceSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public CustomSoftwareSourceSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
vendorSoftwareSources
public CustomSoftwareSourceSummary.Builder vendorSoftwareSources(List<Id> vendorSoftwareSources)
List of vendor software sources that are used for the basis of the custom software source..- Parameters:
vendorSoftwareSources
- the value to set- Returns:
- this builder
-
softwareSourceSubType
public CustomSoftwareSourceSummary.Builder softwareSourceSubType(SoftwareSourceSubType softwareSourceSubType)
Identifies how the custom software source was created.- Parameters:
softwareSourceSubType
- the value to set- Returns:
- this builder
-
build
public CustomSoftwareSourceSummary build()
-
copy
public CustomSoftwareSourceSummary.Builder copy(CustomSoftwareSourceSummary model)
-
-