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