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