public static class UpdatePrivateSoftwareSourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdatePrivateSoftwareSourceDetails.Builder compartmentId(String compartmentId)
public UpdatePrivateSoftwareSourceDetails.Builder displayName(String displayName)
public UpdatePrivateSoftwareSourceDetails.Builder description(String description)
public UpdatePrivateSoftwareSourceDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdatePrivateSoftwareSourceDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdatePrivateSoftwareSourceDetails.Builder url(String url)
URL for the private software source.
url
- the value to setpublic UpdatePrivateSoftwareSourceDetails.Builder gpgKeyUrl(String gpgKeyUrl)
URI of the GPG key for this software source.
gpgKeyUrl
- the value to setpublic UpdatePrivateSoftwareSourceDetails.Builder isGpgCheckEnabled(Boolean isGpgCheckEnabled)
Whether signature verification should be done for the software source.
isGpgCheckEnabled
- the value to setpublic UpdatePrivateSoftwareSourceDetails.Builder isSslVerifyEnabled(Boolean isSslVerifyEnabled)
Whether SSL validation needs to be turned on
isSslVerifyEnabled
- the value to setpublic UpdatePrivateSoftwareSourceDetails.Builder advancedRepoOptions(String advancedRepoOptions)
Advanced repository options for the software source
advancedRepoOptions
- the value to setpublic UpdatePrivateSoftwareSourceDetails.Builder isMirrorSyncAllowed(Boolean isMirrorSyncAllowed)
Whether this software source can be synced to a management station
isMirrorSyncAllowed
- the value to setpublic UpdatePrivateSoftwareSourceDetails build()
public UpdatePrivateSoftwareSourceDetails.Builder copy(UpdatePrivateSoftwareSourceDetails model)
Copyright © 2016–2025. All rights reserved.