public static class DataUpdateRecordOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(Long id,
Map<String,Object> newAttributes)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
DataUpdateRecordOptions |
build()
Builds a DataUpdateRecordOptions.
|
DataUpdateRecordOptions.Builder |
id(long id)
Set the id.
|
DataUpdateRecordOptions.Builder |
newAttributes(Map<String,Object> newAttributes)
Set the newAttributes.
|
DataUpdateRecordOptions.Builder |
newEntityCount(long newEntityCount)
Set the newEntityCount.
|
DataUpdateRecordOptions.Builder |
newId(String newId)
Set the newId.
|
DataUpdateRecordOptions.Builder |
newRecordNumber(long newRecordNumber)
Set the newRecordNumber.
|
DataUpdateRecordOptions.Builder |
newType(String newType)
Set the newType.
|
DataUpdateRecordOptions.Builder |
newTypeName(String newTypeName)
Set the newTypeName.
|
DataUpdateRecordOptions.Builder |
record(Record record)
Set the record.
|
public DataUpdateRecordOptions build()
public DataUpdateRecordOptions.Builder id(long id)
id
- the idpublic DataUpdateRecordOptions.Builder newAttributes(Map<String,Object> newAttributes)
newAttributes
- the newAttributespublic DataUpdateRecordOptions.Builder newType(String newType)
newType
- the newTypepublic DataUpdateRecordOptions.Builder newId(String newId)
newId
- the newIdpublic DataUpdateRecordOptions.Builder newTypeName(String newTypeName)
newTypeName
- the newTypeNamepublic DataUpdateRecordOptions.Builder newEntityCount(long newEntityCount)
newEntityCount
- the newEntityCountpublic DataUpdateRecordOptions.Builder newRecordNumber(long newRecordNumber)
newRecordNumber
- the newRecordNumberpublic DataUpdateRecordOptions.Builder record(Record record)
record
- the recordCopyright © 2021 IBM Cloud. All rights reserved.