public static class SingleRecordRequestAttributes.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
SingleRecordRequestAttributes |
build()
Builds a SingleRecordRequestAttributes.
|
SingleRecordRequestAttributes.Builder |
recordId(String recordId)
Set the recordId.
|
SingleRecordRequestAttributes.Builder |
recordLastUpdated(String recordLastUpdated)
Set the recordLastUpdated.
|
SingleRecordRequestAttributes.Builder |
recordSource(String recordSource)
Set the recordSource.
|
public SingleRecordRequestAttributes build()
public SingleRecordRequestAttributes.Builder recordId(String recordId)
recordId
- the recordIdpublic SingleRecordRequestAttributes.Builder recordSource(String recordSource)
recordSource
- the recordSourcepublic SingleRecordRequestAttributes.Builder recordLastUpdated(String recordLastUpdated)
recordLastUpdated
- the recordLastUpdatedCopyright © 2021 IBM Cloud. All rights reserved.