Class Id.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.Id.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Id
build()
Id.Builder
copy(Id model)
Id.Builder
displayName(String displayName)
User-friendly name.Id.Builder
id(String id)
The OCID of the resource that is immutable on creation.
-
-
-
Method Detail
-
id
public Id.Builder id(String id)
The OCID of the resource that is immutable on creation.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public Id.Builder displayName(String displayName)
User-friendly name.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
build
public Id build()
-
copy
public Id.Builder copy(Id model)
-
-