public static class IndexSummaryOptions.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 |
---|---|
IndexSummaryOptions |
build()
Builds a IndexSummaryOptions.
|
IndexSummaryOptions.Builder |
crn(String crn)
Set the crn.
|
IndexSummaryOptions.Builder |
entityType(String entityType)
Set the entityType.
|
IndexSummaryOptions.Builder |
maxResult(long maxResult)
Set the maxResult.
|
IndexSummaryOptions.Builder |
recordType(String recordType)
Set the recordType.
|
public Builder()
public Builder(String crn)
crn
- the crnpublic IndexSummaryOptions build()
public IndexSummaryOptions.Builder crn(String crn)
crn
- the crnpublic IndexSummaryOptions.Builder recordType(String recordType)
recordType
- the recordTypepublic IndexSummaryOptions.Builder entityType(String entityType)
entityType
- the entityTypepublic IndexSummaryOptions.Builder maxResult(long maxResult)
maxResult
- the maxResultCopyright © 2021 IBM Cloud. All rights reserved.