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