Class TopologyAssociatedWithEntityRelationship.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.TopologyAssociatedWithEntityRelationship.Builder
-
- Enclosing class:
- TopologyAssociatedWithEntityRelationship
public static class TopologyAssociatedWithEntityRelationship.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopologyAssociatedWithEntityRelationship.Builder
associatedWithDetails(TopologyAssociatedWithRelationshipDetails associatedWithDetails)
TopologyAssociatedWithEntityRelationship
build()
TopologyAssociatedWithEntityRelationship.Builder
copy(TopologyAssociatedWithEntityRelationship model)
TopologyAssociatedWithEntityRelationship.Builder
id1(String id1)
TopologyAssociatedWithEntityRelationship.Builder
id2(String id2)
-
-
-
Method Detail
-
id1
public TopologyAssociatedWithEntityRelationship.Builder id1(String id1)
-
id2
public TopologyAssociatedWithEntityRelationship.Builder id2(String id2)
-
associatedWithDetails
public TopologyAssociatedWithEntityRelationship.Builder associatedWithDetails(TopologyAssociatedWithRelationshipDetails associatedWithDetails)
-
build
public TopologyAssociatedWithEntityRelationship build()
-
copy
public TopologyAssociatedWithEntityRelationship.Builder copy(TopologyAssociatedWithEntityRelationship model)
-
-