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