Class ListGatewaysOptions.Builder
java.lang.Object
com.ibm.watson.discovery.v1.model.ListGatewaysOptions.Builder
- Enclosing class:
- ListGatewaysOptions
public static class ListGatewaysOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description ListGatewaysOptions
build()
Builds a ListGatewaysOptions.ListGatewaysOptions.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 environmentId
-
-
Method Details
-
build
Builds a ListGatewaysOptions.- Returns:
- the new ListGatewaysOptions instance
-
environmentId
Set the environmentId.- Parameters:
environmentId
- the environmentId- Returns:
- the ListGatewaysOptions builder
-