public static class GetIndexOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String crn)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
GetIndexOptions |
build()
Builds a GetIndexOptions.
|
GetIndexOptions.Builder |
crn(String crn)
Set the crn.
|
GetIndexOptions.Builder |
recordId(String recordId)
Set the recordId.
|
GetIndexOptions.Builder |
recordNumber(long recordNumber)
Set the recordNumber.
|
GetIndexOptions.Builder |
recordSource(String recordSource)
Set the recordSource.
|
GetIndexOptions.Builder |
recordType(String recordType)
Set the recordType.
|
public Builder()
public Builder(String crn)
crn
- the crnpublic GetIndexOptions build()
public GetIndexOptions.Builder crn(String crn)
crn
- the crnpublic GetIndexOptions.Builder recordNumber(long recordNumber)
recordNumber
- the recordNumberpublic GetIndexOptions.Builder recordSource(String recordSource)
recordSource
- the recordSourcepublic GetIndexOptions.Builder recordId(String recordId)
recordId
- the recordIdpublic GetIndexOptions.Builder recordType(String recordType)
recordType
- the recordTypeCopyright © 2021 IBM Cloud. All rights reserved.