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