Class TopologyAssociatedWithEntityRelationship.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.TopologyAssociatedWithEntityRelationship.Builder
 
- 
- Enclosing class:
- TopologyAssociatedWithEntityRelationship
 
 public static class TopologyAssociatedWithEntityRelationship.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description TopologyAssociatedWithEntityRelationship.BuilderassociatedWithDetails(TopologyAssociatedWithRelationshipDetails associatedWithDetails)TopologyAssociatedWithEntityRelationshipbuild()TopologyAssociatedWithEntityRelationship.Buildercopy(TopologyAssociatedWithEntityRelationship model)TopologyAssociatedWithEntityRelationship.Builderid1(String id1)TopologyAssociatedWithEntityRelationship.Builderid2(String id2)
 
- 
- 
- 
Method Detail- 
id1public TopologyAssociatedWithEntityRelationship.Builder id1(String id1) 
 - 
id2public TopologyAssociatedWithEntityRelationship.Builder id2(String id2) 
 - 
associatedWithDetailspublic TopologyAssociatedWithEntityRelationship.Builder associatedWithDetails(TopologyAssociatedWithRelationshipDetails associatedWithDetails) 
 - 
buildpublic TopologyAssociatedWithEntityRelationship build() 
 - 
copypublic TopologyAssociatedWithEntityRelationship.Builder copy(TopologyAssociatedWithEntityRelationship model) 
 
- 
 
-