Class UpdatePrivateSoftwareSourceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.UpdatePrivateSoftwareSourceDetails.Builder
-
- Enclosing class:
- UpdatePrivateSoftwareSourceDetails
public static class UpdatePrivateSoftwareSourceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
compartmentId
public UpdatePrivateSoftwareSourceDetails.Builder compartmentId(String compartmentId)
-
displayName
public UpdatePrivateSoftwareSourceDetails.Builder displayName(String displayName)
-
description
public UpdatePrivateSoftwareSourceDetails.Builder description(String description)
-
freeformTags
public UpdatePrivateSoftwareSourceDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public UpdatePrivateSoftwareSourceDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
url
public UpdatePrivateSoftwareSourceDetails.Builder url(String url)
URL for the private software source.- Parameters:
url
- the value to set- Returns:
- this builder
-
gpgKeyUrl
public UpdatePrivateSoftwareSourceDetails.Builder gpgKeyUrl(String gpgKeyUrl)
URI of the GPG key for this software source.- Parameters:
gpgKeyUrl
- the value to set- Returns:
- this builder
-
isGpgCheckEnabled
public UpdatePrivateSoftwareSourceDetails.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 UpdatePrivateSoftwareSourceDetails.Builder isSslVerifyEnabled(Boolean isSslVerifyEnabled)
Whether SSL validation needs to be turned on- Parameters:
isSslVerifyEnabled
- the value to set- Returns:
- this builder
-
advancedRepoOptions
public UpdatePrivateSoftwareSourceDetails.Builder advancedRepoOptions(String advancedRepoOptions)
Advanced repository options for the software source- Parameters:
advancedRepoOptions
- the value to set- Returns:
- this builder
-
isMirrorSyncAllowed
public UpdatePrivateSoftwareSourceDetails.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 UpdatePrivateSoftwareSourceDetails build()
-
copy
public UpdatePrivateSoftwareSourceDetails.Builder copy(UpdatePrivateSoftwareSourceDetails model)
-
-