Class PeerManagementStation.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.PeerManagementStation.Builder
-
- Enclosing class:
- PeerManagementStation
public static class PeerManagementStation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PeerManagementStation
build()
PeerManagementStation.Builder
copy(PeerManagementStation model)
PeerManagementStation.Builder
displayName(String displayName)
User-friendly name for the management station.PeerManagementStation.Builder
id(String id)
The OCID of the management station.
-
-
-
Method Detail
-
id
public PeerManagementStation.Builder id(String id)
The OCID of the management station.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public PeerManagementStation.Builder displayName(String displayName)
User-friendly name for the management station.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
build
public PeerManagementStation build()
-
copy
public PeerManagementStation.Builder copy(PeerManagementStation model)
-
-