Class GcpNodes.Builder
- java.lang.Object
-
- com.oracle.bmc.dbmulticloud.model.GcpNodes.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GcpNodesbuild()GcpNodes.Buildercopy(GcpNodes model)GcpNodes.BuilderhostId(String hostId)Host ID.GcpNodes.BuilderhostName(String hostName)Host Name or Identity Connector name.GcpNodes.Builderstatus(GcpNodes.Status status)The current status of the GCP Identity Connector resource.GcpNodes.BuildertimeLastChecked(Date timeLastChecked)time when the GCP Identity Connector’s status was checked RFC 3339 timestamp format, e.g.
-
-
-
Method Detail
-
hostName
public GcpNodes.Builder hostName(String hostName)
Host Name or Identity Connector name.- Parameters:
hostName- the value to set- Returns:
- this builder
-
hostId
public GcpNodes.Builder hostId(String hostId)
Host ID.- Parameters:
hostId- the value to set- Returns:
- this builder
-
status
public GcpNodes.Builder status(GcpNodes.Status status)
The current status of the GCP Identity Connector resource.- Parameters:
status- the value to set- Returns:
- this builder
-
timeLastChecked
public GcpNodes.Builder timeLastChecked(Date timeLastChecked)
time when the GCP Identity Connector’s status was checked RFC 3339 timestamp format, e.g.‘2020-05-22T21:10:29.600Z’
- Parameters:
timeLastChecked- the value to set- Returns:
- this builder
-
build
public GcpNodes build()
-
copy
public GcpNodes.Builder copy(GcpNodes model)
-
-