Class VendorSoftwareSource.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.VendorSoftwareSource.Builder
-
- Enclosing class:
- VendorSoftwareSource
public static class VendorSoftwareSource.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public VendorSoftwareSource.Builder id(String id)
-
compartmentId
public VendorSoftwareSource.Builder compartmentId(String compartmentId)
-
displayName
public VendorSoftwareSource.Builder displayName(String displayName)
-
timeCreated
public VendorSoftwareSource.Builder timeCreated(Date timeCreated)
-
description
public VendorSoftwareSource.Builder description(String description)
-
availability
public VendorSoftwareSource.Builder availability(Availability availability)
-
availabilityAtOci
public VendorSoftwareSource.Builder availabilityAtOci(Availability availabilityAtOci)
-
repoId
public VendorSoftwareSource.Builder repoId(String repoId)
-
osFamily
public VendorSoftwareSource.Builder osFamily(OsFamily osFamily)
-
archType
public VendorSoftwareSource.Builder archType(ArchType archType)
-
lifecycleState
public VendorSoftwareSource.Builder lifecycleState(SoftwareSource.LifecycleState lifecycleState)
-
packageCount
public VendorSoftwareSource.Builder packageCount(Long packageCount)
-
url
public VendorSoftwareSource.Builder url(String url)
-
checksumType
public VendorSoftwareSource.Builder checksumType(ChecksumType checksumType)
-
gpgKeyUrl
public VendorSoftwareSource.Builder gpgKeyUrl(String gpgKeyUrl)
-
gpgKeyId
public VendorSoftwareSource.Builder gpgKeyId(String gpgKeyId)
-
gpgKeyFingerprint
public VendorSoftwareSource.Builder gpgKeyFingerprint(String gpgKeyFingerprint)
-
size
public VendorSoftwareSource.Builder size(Double size)
-
freeformTags
public VendorSoftwareSource.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public VendorSoftwareSource.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public VendorSoftwareSource.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
vendorName
public VendorSoftwareSource.Builder vendorName(VendorName vendorName)
Name of the vendor providing the software source.- Parameters:
vendorName
- the value to set- Returns:
- this builder
-
originSoftwareSourceId
public VendorSoftwareSource.Builder originSoftwareSourceId(String originSoftwareSourceId)
The OCID of the vendor software source in the root compartment.This property applies only to replicated vendor software sources.
- Parameters:
originSoftwareSourceId
- the value to set- Returns:
- this builder
-
isMandatoryForAutonomousLinux
public VendorSoftwareSource.Builder isMandatoryForAutonomousLinux(Boolean isMandatoryForAutonomousLinux)
Indicates whether the software source is required for the Autonomous Linux service.- Parameters:
isMandatoryForAutonomousLinux
- the value to set- Returns:
- this builder
-
build
public VendorSoftwareSource build()
-
copy
public VendorSoftwareSource.Builder copy(VendorSoftwareSource model)
-
-