Class SourceOptionsFolder.Builder
java.lang.Object
com.ibm.watson.discovery.v1.model.SourceOptionsFolder.Builder
- Enclosing class:
- SourceOptionsFolder
public static class SourceOptionsFolder.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description SourceOptionsFolder
build()
Builds a SourceOptionsFolder.SourceOptionsFolder.Builder
folderId(String folderId)
Set the folderId.SourceOptionsFolder.Builder
limit(long limit)
Set the limit.SourceOptionsFolder.Builder
ownerUserId(String ownerUserId)
Set the ownerUserId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
ownerUserId
- the ownerUserIdfolderId
- the folderId
-
-
Method Details
-
build
Builds a SourceOptionsFolder.- Returns:
- the new SourceOptionsFolder instance
-
ownerUserId
Set the ownerUserId.- Parameters:
ownerUserId
- the ownerUserId- Returns:
- the SourceOptionsFolder builder
-
folderId
Set the folderId.- Parameters:
folderId
- the folderId- Returns:
- the SourceOptionsFolder builder
-
limit
Set the limit.- Parameters:
limit
- the limit- Returns:
- the SourceOptionsFolder builder
-