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