public static class DataModelSystemProperties.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(DataModelAttributeTypeSystemProperties attributeTypes,
DataModelRelationshipTypeSystemProperties relationshipTypes,
DataModelEntityTypeSystemProperties entityTypes,
DataModelRecordTypeSystemProperties recordTypes)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
DataModelSystemProperties.Builder |
attributeTypes(DataModelAttributeTypeSystemProperties attributeTypes)
Set the attributeTypes.
|
DataModelSystemProperties |
build()
Builds a DataModelSystemProperties.
|
DataModelSystemProperties.Builder |
entityTypes(DataModelEntityTypeSystemProperties entityTypes)
Set the entityTypes.
|
DataModelSystemProperties.Builder |
recordTypes(DataModelRecordTypeSystemProperties recordTypes)
Set the recordTypes.
|
DataModelSystemProperties.Builder |
relationshipTypes(DataModelRelationshipTypeSystemProperties relationshipTypes)
Set the relationshipTypes.
|
public Builder()
public Builder(DataModelAttributeTypeSystemProperties attributeTypes, DataModelRelationshipTypeSystemProperties relationshipTypes, DataModelEntityTypeSystemProperties entityTypes, DataModelRecordTypeSystemProperties recordTypes)
attributeTypes
- the attributeTypesrelationshipTypes
- the relationshipTypesentityTypes
- the entityTypesrecordTypes
- the recordTypespublic DataModelSystemProperties build()
public DataModelSystemProperties.Builder attributeTypes(DataModelAttributeTypeSystemProperties attributeTypes)
attributeTypes
- the attributeTypespublic DataModelSystemProperties.Builder relationshipTypes(DataModelRelationshipTypeSystemProperties relationshipTypes)
relationshipTypes
- the relationshipTypespublic DataModelSystemProperties.Builder entityTypes(DataModelEntityTypeSystemProperties entityTypes)
entityTypes
- the entityTypespublic DataModelSystemProperties.Builder recordTypes(DataModelRecordTypeSystemProperties recordTypes)
recordTypes
- the recordTypesCopyright © 2021 IBM Cloud. All rights reserved.