public static class SystemProperties.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
SystemProperties.Builder |
attributeTypes(SystemPropertiesForAttributeTypes attributeTypes)
Set the attributeTypes.
|
SystemProperties |
build()
Builds a SystemProperties.
|
SystemProperties.Builder |
entityTypes(SystemPropertiesForEntityTypes entityTypes)
Set the entityTypes.
|
SystemProperties.Builder |
recordTypes(SystemPropertiesForRecordTypes recordTypes)
Set the recordTypes.
|
SystemProperties.Builder |
relationshipTypes(SystemPropertiesForRelationshipTypes relationshipTypes)
Set the relationshipTypes.
|
public SystemProperties build()
public SystemProperties.Builder relationshipTypes(SystemPropertiesForRelationshipTypes relationshipTypes)
relationshipTypes
- the relationshipTypespublic SystemProperties.Builder recordTypes(SystemPropertiesForRecordTypes recordTypes)
recordTypes
- the recordTypespublic SystemProperties.Builder attributeTypes(SystemPropertiesForAttributeTypes attributeTypes)
attributeTypes
- the attributeTypespublic SystemProperties.Builder entityTypes(SystemPropertiesForEntityTypes entityTypes)
entityTypes
- the entityTypesCopyright © 2021 IBM Cloud. All rights reserved.