Class CreateSoftwareSourceProfileDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.CreateSoftwareSourceProfileDetails.Builder
-
- Enclosing class:
- CreateSoftwareSourceProfileDetails
public static class CreateSoftwareSourceProfileDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
displayName
public CreateSoftwareSourceProfileDetails.Builder displayName(String displayName)
-
compartmentId
public CreateSoftwareSourceProfileDetails.Builder compartmentId(String compartmentId)
-
description
public CreateSoftwareSourceProfileDetails.Builder description(String description)
-
managementStationId
public CreateSoftwareSourceProfileDetails.Builder managementStationId(String managementStationId)
-
registrationType
public CreateSoftwareSourceProfileDetails.Builder registrationType(Profile.RegistrationType registrationType)
-
isDefaultProfile
public CreateSoftwareSourceProfileDetails.Builder isDefaultProfile(Boolean isDefaultProfile)
-
freeformTags
public CreateSoftwareSourceProfileDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateSoftwareSourceProfileDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
vendorName
public CreateSoftwareSourceProfileDetails.Builder vendorName(VendorName vendorName)
The vendor of the operating system for the instance.- Parameters:
vendorName
- the value to set- Returns:
- this builder
-
osFamily
public CreateSoftwareSourceProfileDetails.Builder osFamily(OsFamily osFamily)
The operating system family.- Parameters:
osFamily
- the value to set- Returns:
- this builder
-
archType
public CreateSoftwareSourceProfileDetails.Builder archType(ArchType archType)
The architecture type.- Parameters:
archType
- the value to set- Returns:
- this builder
-
softwareSourceIds
public CreateSoftwareSourceProfileDetails.Builder softwareSourceIds(List<String> softwareSourceIds)
The list of software source OCIDs that the registration profile will use.- Parameters:
softwareSourceIds
- the value to set- Returns:
- this builder
-
build
public CreateSoftwareSourceProfileDetails build()
-
copy
public CreateSoftwareSourceProfileDetails.Builder copy(CreateSoftwareSourceProfileDetails model)
-
-