public static class CompareRecordsRequestRecord.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String recordType)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
CompareRecordsRequestRecord.Builder |
attributes(CompareRecordsRequestAttributes attributes)
Set the attributes.
|
CompareRecordsRequestRecord |
build()
Builds a CompareRecordsRequestRecord.
|
CompareRecordsRequestRecord.Builder |
recordType(String recordType)
Set the recordType.
|
public Builder()
public Builder(String recordType)
recordType
- the recordTypepublic CompareRecordsRequestRecord build()
public CompareRecordsRequestRecord.Builder recordType(String recordType)
recordType
- the recordTypepublic CompareRecordsRequestRecord.Builder attributes(CompareRecordsRequestAttributes attributes)
attributes
- the attributesCopyright © 2021 IBM Cloud. All rights reserved.