public static class ManagementStationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ManagementStationDetails |
build() |
ManagementStationDetails.Builder |
copy(ManagementStationDetails model) |
ManagementStationDetails.Builder |
primaryManagementStationId(String primaryManagementStationId)
The OCID
of the management station for the instance to use as primary management station.
|
ManagementStationDetails.Builder |
secondaryManagementStationId(String secondaryManagementStationId)
The OCID
of the management station for the instance to use as secondary managment station.
|
ManagementStationDetails.Builder |
workRequestDetails(WorkRequestDetails workRequestDetails) |
public ManagementStationDetails.Builder primaryManagementStationId(String primaryManagementStationId)
The OCID of the management station for the instance to use as primary management station.
primaryManagementStationId
- the value to setpublic ManagementStationDetails.Builder secondaryManagementStationId(String secondaryManagementStationId)
The OCID of the management station for the instance to use as secondary managment station.
secondaryManagementStationId
- the value to setpublic ManagementStationDetails.Builder workRequestDetails(WorkRequestDetails workRequestDetails)
public ManagementStationDetails build()
public ManagementStationDetails.Builder copy(ManagementStationDetails model)
Copyright © 2016–2024. All rights reserved.