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