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