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 DeleteExpansionsOptions
build()
Builds a DeleteExpansionsOptions.DeleteExpansionsOptions.Builder
collectionId(String collectionId)
Set the collectionId.DeleteExpansionsOptions.Builder
environmentId(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
-