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