public static class DataModelRelationshipRule.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
DataModelRelationshipRule |
build()
Builds a DataModelRelationshipRule.
|
DataModelRelationshipRule.Builder |
source(DataModelRelationshipEndpoint source)
Set the source.
|
DataModelRelationshipRule.Builder |
target(DataModelRelationshipEndpoint target)
Set the target.
|
public DataModelRelationshipRule build()
public DataModelRelationshipRule.Builder source(DataModelRelationshipEndpoint source)
source
- the sourcepublic DataModelRelationshipRule.Builder target(DataModelRelationshipEndpoint target)
target
- the targetCopyright © 2021 IBM Cloud. All rights reserved.