Package com.oracle.bmc.dns.model
Class AttachedView.Builder
- java.lang.Object
-
- com.oracle.bmc.dns.model.AttachedView.Builder
-
- Enclosing class:
- AttachedView
public static class AttachedView.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedView
build()
AttachedView.Builder
copy(AttachedView model)
AttachedView.Builder
viewId(String viewId)
The OCID of the view.
-
-
-
Method Detail
-
viewId
public AttachedView.Builder viewId(String viewId)
The OCID of the view.- Parameters:
viewId
- the value to set- Returns:
- this builder
-
build
public AttachedView build()
-
copy
public AttachedView.Builder copy(AttachedView model)
-
-