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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedViewbuild()AttachedView.Buildercopy(AttachedView model)AttachedView.BuilderviewId(String viewId)The OCID of the view.
 
- 
- 
- 
Method Detail- 
viewIdpublic AttachedView.Builder viewId(String viewId) The OCID of the view.- Parameters:
- viewId- the value to set
- Returns:
- this builder
 
 - 
buildpublic AttachedView build() 
 - 
copypublic AttachedView.Builder copy(AttachedView model) 
 
- 
 
-