Class DeleteGatewayOptions.Builder
java.lang.Object
com.ibm.watson.discovery.v1.model.DeleteGatewayOptions.Builder
- Enclosing class:
- DeleteGatewayOptions
public static class DeleteGatewayOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description DeleteGatewayOptions
build()
Builds a DeleteGatewayOptions.DeleteGatewayOptions.Builder
environmentId(String environmentId)
Set the environmentId.DeleteGatewayOptions.Builder
gatewayId(String gatewayId)
Set the gatewayId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
environmentId
- the environmentIdgatewayId
- the gatewayId
-
-
Method Details
-
build
Builds a DeleteGatewayOptions.- Returns:
- the new DeleteGatewayOptions instance
-
environmentId
Set the environmentId.- Parameters:
environmentId
- the environmentId- Returns:
- the DeleteGatewayOptions builder
-
gatewayId
Set the gatewayId.- Parameters:
gatewayId
- the gatewayId- Returns:
- the DeleteGatewayOptions builder
-