Class DetachManagementStationFromProfileDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.DetachManagementStationFromProfileDetails.Builder
-
- Enclosing class:
- DetachManagementStationFromProfileDetails
public static class DetachManagementStationFromProfileDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetachManagementStationFromProfileDetailsbuild()DetachManagementStationFromProfileDetails.Buildercopy(DetachManagementStationFromProfileDetails model)DetachManagementStationFromProfileDetails.BuildermanagementStationId(String managementStationId)The OCID of the management station to detach from the profile.
-
-
-
Method Detail
-
managementStationId
public DetachManagementStationFromProfileDetails.Builder managementStationId(String managementStationId)
The OCID of the management station to detach from the profile.- Parameters:
managementStationId- the value to set- Returns:
- this builder
-
build
public DetachManagementStationFromProfileDetails build()
-
copy
public DetachManagementStationFromProfileDetails.Builder copy(DetachManagementStationFromProfileDetails model)
-
-