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 Summary
Modifier and Type Method Description DeleteExpansionsOptionsbuild()Builds a DeleteExpansionsOptions.DeleteExpansionsOptions.BuildercollectionId(String collectionId)Set the collectionId.DeleteExpansionsOptions.BuilderenvironmentId(String environmentId)Set the environmentId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
environmentId- the environmentIdcollectionId- the collectionId
-
-
Method Details
-
build
Builds a DeleteExpansionsOptions.- Returns:
- the new DeleteExpansionsOptions instance
-
environmentId
Set the environmentId.- Parameters:
environmentId- the environmentId- Returns:
- the DeleteExpansionsOptions builder
-
collectionId
Set the collectionId.- Parameters:
collectionId- the collectionId- Returns:
- the DeleteExpansionsOptions builder
-