Class AttachManagementStationToProfileDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.AttachManagementStationToProfileDetails.Builder
-
- Enclosing class:
- AttachManagementStationToProfileDetails
public static class AttachManagementStationToProfileDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachManagementStationToProfileDetails
build()
AttachManagementStationToProfileDetails.Builder
copy(AttachManagementStationToProfileDetails model)
AttachManagementStationToProfileDetails.Builder
managementStationId(String managementStationId)
The OCID of the management station that the instance will be associated with.
-
-
-
Method Detail
-
managementStationId
public AttachManagementStationToProfileDetails.Builder managementStationId(String managementStationId)
The OCID of the management station that the instance will be associated with.- Parameters:
managementStationId
- the value to set- Returns:
- this builder
-
build
public AttachManagementStationToProfileDetails build()
-
copy
public AttachManagementStationToProfileDetails.Builder copy(AttachManagementStationToProfileDetails model)
-
-