Class DeleteExpansionsOptions.Builder
java.lang.Object
com.ibm.watson.discovery.v1.model.DeleteExpansionsOptions.Builder
- Enclosing class:
- DeleteExpansionsOptions
public static class DeleteExpansionsOptions.Builder extends Object
Builder.
- 
Constructor Summary
- 
Method SummaryModifier and Type Method Description DeleteExpansionsOptionsbuild()Builds a DeleteExpansionsOptions.DeleteExpansionsOptions.BuildercollectionId(String collectionId)Set the collectionId.DeleteExpansionsOptions.BuilderenvironmentId(String environmentId)Set the environmentId.
- 
Constructor Details- 
Builderpublic Builder()Instantiates a new builder.
- 
BuilderInstantiates a new builder with required properties.- Parameters:
- environmentId- the environmentId
- collectionId- the collectionId
 
 
- 
- 
Method Details- 
buildBuilds a DeleteExpansionsOptions.- Returns:
- the new DeleteExpansionsOptions instance
 
- 
environmentIdSet the environmentId.- Parameters:
- environmentId- the environmentId
- Returns:
- the DeleteExpansionsOptions builder
 
- 
collectionIdSet the collectionId.- Parameters:
- collectionId- the collectionId
- Returns:
- the DeleteExpansionsOptions builder
 
 
-