public static class CreateGroupProfileDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateGroupProfileDetails |
build() |
CreateGroupProfileDetails.Builder |
compartmentId(String compartmentId) |
CreateGroupProfileDetails.Builder |
copy(CreateGroupProfileDetails model) |
CreateGroupProfileDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
CreateGroupProfileDetails.Builder |
description(String description) |
CreateGroupProfileDetails.Builder |
displayName(String displayName) |
CreateGroupProfileDetails.Builder |
freeformTags(Map<String,String> freeformTags) |
CreateGroupProfileDetails.Builder |
isDefaultProfile(Boolean isDefaultProfile) |
CreateGroupProfileDetails.Builder |
managedInstanceGroupId(String managedInstanceGroupId)
The OCID
of the managed instance group that the instance will join after registration.
|
CreateGroupProfileDetails.Builder |
managementStationId(String managementStationId) |
CreateGroupProfileDetails.Builder |
registrationType(Profile.RegistrationType registrationType) |
public CreateGroupProfileDetails.Builder displayName(String displayName)
public CreateGroupProfileDetails.Builder compartmentId(String compartmentId)
public CreateGroupProfileDetails.Builder description(String description)
public CreateGroupProfileDetails.Builder managementStationId(String managementStationId)
public CreateGroupProfileDetails.Builder registrationType(Profile.RegistrationType registrationType)
public CreateGroupProfileDetails.Builder isDefaultProfile(Boolean isDefaultProfile)
public CreateGroupProfileDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateGroupProfileDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateGroupProfileDetails.Builder managedInstanceGroupId(String managedInstanceGroupId)
The OCID of the managed instance group that the instance will join after registration.
managedInstanceGroupId
- the value to setpublic CreateGroupProfileDetails build()
public CreateGroupProfileDetails.Builder copy(CreateGroupProfileDetails model)
Copyright © 2016–2024. All rights reserved.