Class SourceOptionsBuckets
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.SourceOptionsBuckets
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SourceOptionsBuckets
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Object defining a cloud object store bucket to crawl.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SourceOptionsBuckets.Builder
Builder. -
Method Summary
Modifier and Type Method Description Long
limit()
Gets the limit.String
name()
Gets the name.SourceOptionsBuckets.Builder
newBuilder()
New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a SourceOptionsBuckets builder
-
name
Gets the name.The name of the cloud object store bucket to crawl.
- Returns:
- the name
-
limit
Gets the limit.The number of documents to crawl from this cloud object store bucket. If not specified, all documents in the bucket are crawled.
- Returns:
- the limit
-