public static class DataStructureRequest.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
DataStructureRequest |
build()
Builds a DataStructureRequest.
|
DataStructureRequest.Builder |
recordPath(String recordPath)
Set the recordPath.
|
DataStructureRequest.Builder |
recordProperties(String recordProperties)
Set the recordProperties.
|
DataStructureRequest.Builder |
relationshipPath(String relationshipPath)
Set the relationshipPath.
|
DataStructureRequest.Builder |
relationshipProperties(String relationshipProperties)
Set the relationshipProperties.
|
public DataStructureRequest build()
public DataStructureRequest.Builder recordPath(String recordPath)
recordPath
- the recordPathpublic DataStructureRequest.Builder recordProperties(String recordProperties)
recordProperties
- the recordPropertiespublic DataStructureRequest.Builder relationshipPath(String relationshipPath)
relationshipPath
- the relationshipPathpublic DataStructureRequest.Builder relationshipProperties(String relationshipProperties)
relationshipProperties
- the relationshipPropertiesCopyright © 2021 IBM Cloud. All rights reserved.