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 SourceOptionsFolderbuild()Builds a SourceOptionsFolder.SourceOptionsFolder.BuilderfolderId(String folderId)Set the folderId.SourceOptionsFolder.Builderlimit(long limit)Set the limit.SourceOptionsFolder.BuilderownerUserId(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
 
 
 -