public static class DataCreateRecordOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(Map<String,Object> attributes)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
DataCreateRecordOptions.Builder |
attributes(Map<String,Object> attributes)
Set the attributes.
|
DataCreateRecordOptions |
build()
Builds a DataCreateRecordOptions.
|
DataCreateRecordOptions.Builder |
entityCount(long entityCount)
Set the entityCount.
|
DataCreateRecordOptions.Builder |
id(String id)
Set the id.
|
DataCreateRecordOptions.Builder |
record(Record record)
Set the record.
|
DataCreateRecordOptions.Builder |
recordNumber(long recordNumber)
Set the recordNumber.
|
DataCreateRecordOptions.Builder |
type(String type)
Set the type.
|
DataCreateRecordOptions.Builder |
typeName(String typeName)
Set the typeName.
|
public DataCreateRecordOptions build()
public DataCreateRecordOptions.Builder attributes(Map<String,Object> attributes)
attributes
- the attributespublic DataCreateRecordOptions.Builder type(String type)
type
- the typepublic DataCreateRecordOptions.Builder id(String id)
id
- the idpublic DataCreateRecordOptions.Builder typeName(String typeName)
typeName
- the typeNamepublic DataCreateRecordOptions.Builder entityCount(long entityCount)
entityCount
- the entityCountpublic DataCreateRecordOptions.Builder recordNumber(long recordNumber)
recordNumber
- the recordNumberpublic DataCreateRecordOptions.Builder record(Record record)
record
- the recordCopyright © 2021 IBM Cloud. All rights reserved.