public static class DeriveRecordsRequestRecord.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 |
---|---|
DeriveRecordsRequestRecord.Builder |
attributes(DeriveRecordsRequestAttributes attributes)
Set the attributes.
|
DeriveRecordsRequestRecord |
build()
Builds a DeriveRecordsRequestRecord.
|
DeriveRecordsRequestRecord.Builder |
recordType(String recordType)
Set the recordType.
|
public Builder()
public Builder(String recordType)
recordType
- the recordTypepublic DeriveRecordsRequestRecord build()
public DeriveRecordsRequestRecord.Builder recordType(String recordType)
recordType
- the recordTypepublic DeriveRecordsRequestRecord.Builder attributes(DeriveRecordsRequestAttributes attributes)
attributes
- the attributesCopyright © 2021 IBM Cloud. All rights reserved.