Class UpdateConnectorRequest

java.lang.Object
com.cloudera.cdp.dw.model.UpdateConnectorRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-06-05T07:54:41.156-07:00") public class UpdateConnectorRequest extends Object
Request object for the updateConnector method.
  • Constructor Details

    • UpdateConnectorRequest

      public UpdateConnectorRequest()
  • Method Details

    • getClusterId

      public String getClusterId()
      Getter for clusterId. The ID of the cluster to update.
    • setClusterId

      public void setClusterId(String clusterId)
      Setter for clusterId. The ID of the cluster to update.
    • getConnectorId

      public String getConnectorId()
      Getter for connectorId. The ID of the connector to update.
    • setConnectorId

      public void setConnectorId(String connectorId)
      Setter for connectorId. The ID of the connector to update.
    • getDescription

      public String getDescription()
      Getter for description. Cluster description.
    • setDescription

      public void setDescription(String description)
      Setter for description. Cluster description.
    • getName

      public String getName()
      Getter for name. The name of the connector.
    • setName

      public void setName(String name)
      Setter for name. The name of the connector.
    • getTemplate

      public String getTemplate()
      Getter for template. The template of the connector.
    • setTemplate

      public void setTemplate(String template)
      Setter for template. The template of the connector.
    • getConfig

      public Map<String,String> getConfig()
      Getter for config. Key-value type configurations.
    • setConfig

      public void setConfig(Map<String,String> config)
      Setter for config. Key-value type configurations.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object