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 DeleteGatewayOptionsbuild()Builds a DeleteGatewayOptions.DeleteGatewayOptions.BuilderenvironmentId(String environmentId)Set the environmentId.DeleteGatewayOptions.BuildergatewayId(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
-