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 Details

    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

      public Builder​(String environmentId, String gatewayId)
      Instantiates a new builder with required properties.
      Parameters:
      environmentId - the environmentId
      gatewayId - the gatewayId
  • Method Details

    • build

      public DeleteGatewayOptions build()
      Builds a DeleteGatewayOptions.
      Returns:
      the new DeleteGatewayOptions instance
    • environmentId

      public DeleteGatewayOptions.Builder environmentId​(String environmentId)
      Set the environmentId.
      Parameters:
      environmentId - the environmentId
      Returns:
      the DeleteGatewayOptions builder
    • gatewayId

      public DeleteGatewayOptions.Builder gatewayId​(String gatewayId)
      Set the gatewayId.
      Parameters:
      gatewayId - the gatewayId
      Returns:
      the DeleteGatewayOptions builder