public static class DeriveIndexOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String crn,
List<DeriveRecordsRequestRecord> records)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
DeriveIndexOptions.Builder |
addRecords(DeriveRecordsRequestRecord records)
Adds an records to records.
|
DeriveIndexOptions |
build()
Builds a DeriveIndexOptions.
|
DeriveIndexOptions.Builder |
crn(String crn)
Set the crn.
|
DeriveIndexOptions.Builder |
details(String details)
Set the details.
|
DeriveIndexOptions.Builder |
records(List<DeriveRecordsRequestRecord> records)
Set the records.
|
public Builder()
public Builder(String crn, List<DeriveRecordsRequestRecord> records)
crn
- the crnrecords
- the recordspublic DeriveIndexOptions build()
public DeriveIndexOptions.Builder addRecords(DeriveRecordsRequestRecord records)
records
- the new recordspublic DeriveIndexOptions.Builder crn(String crn)
crn
- the crnpublic DeriveIndexOptions.Builder records(List<DeriveRecordsRequestRecord> records)
records
- the recordspublic DeriveIndexOptions.Builder details(String details)
details
- the detailsCopyright © 2021 IBM Cloud. All rights reserved.