Class PrivateSoftwareSource.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.PrivateSoftwareSource.Builder
-
- Enclosing class:
- PrivateSoftwareSource
public static class PrivateSoftwareSource.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public PrivateSoftwareSource.Builder id(String id)
-
compartmentId
public PrivateSoftwareSource.Builder compartmentId(String compartmentId)
-
displayName
public PrivateSoftwareSource.Builder displayName(String displayName)
-
timeCreated
public PrivateSoftwareSource.Builder timeCreated(Date timeCreated)
-
description
public PrivateSoftwareSource.Builder description(String description)
-
availability
public PrivateSoftwareSource.Builder availability(Availability availability)
-
availabilityAtOci
public PrivateSoftwareSource.Builder availabilityAtOci(Availability availabilityAtOci)
-
repoId
public PrivateSoftwareSource.Builder repoId(String repoId)
-
osFamily
public PrivateSoftwareSource.Builder osFamily(OsFamily osFamily)
-
archType
public PrivateSoftwareSource.Builder archType(ArchType archType)
-
lifecycleState
public PrivateSoftwareSource.Builder lifecycleState(SoftwareSource.LifecycleState lifecycleState)
-
packageCount
public PrivateSoftwareSource.Builder packageCount(Long packageCount)
-
url
public PrivateSoftwareSource.Builder url(String url)
-
checksumType
public PrivateSoftwareSource.Builder checksumType(ChecksumType checksumType)
-
gpgKeyUrl
public PrivateSoftwareSource.Builder gpgKeyUrl(String gpgKeyUrl)
-
gpgKeyId
public PrivateSoftwareSource.Builder gpgKeyId(String gpgKeyId)
-
gpgKeyFingerprint
public PrivateSoftwareSource.Builder gpgKeyFingerprint(String gpgKeyFingerprint)
-
size
public PrivateSoftwareSource.Builder size(Double size)
-
freeformTags
public PrivateSoftwareSource.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public PrivateSoftwareSource.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public PrivateSoftwareSource.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
isGpgCheckEnabled
public PrivateSoftwareSource.Builder isGpgCheckEnabled(Boolean isGpgCheckEnabled)
Indicates if GPG verification is enabled for the software source.- Parameters:
isGpgCheckEnabled
- the value to set- Returns:
- this builder
-
isSslVerifyEnabled
public PrivateSoftwareSource.Builder isSslVerifyEnabled(Boolean isSslVerifyEnabled)
Indicates if SSL validation is enabled for the software source.- Parameters:
isSslVerifyEnabled
- the value to set- Returns:
- this builder
-
advancedRepoOptions
public PrivateSoftwareSource.Builder advancedRepoOptions(String advancedRepoOptions)
Advanced repository options for the software source- Parameters:
advancedRepoOptions
- the value to set- Returns:
- this builder
-
isMirrorSyncAllowed
public PrivateSoftwareSource.Builder isMirrorSyncAllowed(Boolean isMirrorSyncAllowed)
Indicates if this software source can be mirrored to a management station.- Parameters:
isMirrorSyncAllowed
- the value to set- Returns:
- this builder
-
build
public PrivateSoftwareSource build()
-
copy
public PrivateSoftwareSource.Builder copy(PrivateSoftwareSource model)
-
-