public static class ConfigDataModel.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
ConfigDataModel.Builder |
attributeTypes(Map<String,AttributeType> attributeTypes)
Set the attributeTypes.
|
ConfigDataModel |
build()
Builds a ConfigDataModel.
|
ConfigDataModel.Builder |
locale(String locale)
Set the locale.
|
ConfigDataModel.Builder |
recordTypes(Map<String,RecordType> recordTypes)
Set the recordTypes.
|
ConfigDataModel.Builder |
relationshipTypes(Map<String,RelationshipType> relationshipTypes)
Set the relationshipTypes.
|
ConfigDataModel.Builder |
systemProperties(Map<String,SystemProperties> systemProperties)
Set the systemProperties.
|
public ConfigDataModel build()
public ConfigDataModel.Builder relationshipTypes(Map<String,RelationshipType> relationshipTypes)
relationshipTypes
- the relationshipTypespublic ConfigDataModel.Builder recordTypes(Map<String,RecordType> recordTypes)
recordTypes
- the recordTypespublic ConfigDataModel.Builder attributeTypes(Map<String,AttributeType> attributeTypes)
attributeTypes
- the attributeTypespublic ConfigDataModel.Builder locale(String locale)
locale
- the localepublic ConfigDataModel.Builder systemProperties(Map<String,SystemProperties> systemProperties)
systemProperties
- the systemPropertiesCopyright © 2021 IBM Cloud. All rights reserved.