Package com.cloudera.cdp.dw.model
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterId.Getter for config.Getter for connectorId.Getter for description.getName()Getter for name.Getter for template.inthashCode()voidsetClusterId(String clusterId) Setter for clusterId.voidSetter for config.voidsetConnectorId(String connectorId) Setter for connectorId.voidsetDescription(String description) Setter for description.voidSetter for name.voidsetTemplate(String template) Setter for template.toString()
-
Constructor Details
-
UpdateConnectorRequest
public UpdateConnectorRequest()
-
-
Method Details
-
getClusterId
Getter for clusterId. The ID of the cluster to update. -
setClusterId
Setter for clusterId. The ID of the cluster to update. -
getConnectorId
Getter for connectorId. The ID of the connector to update. -
setConnectorId
Setter for connectorId. The ID of the connector to update. -
getDescription
Getter for description. Cluster description. -
setDescription
Setter for description. Cluster description. -
getName
Getter for name. The name of the connector. -
setName
Setter for name. The name of the connector. -
getTemplate
Getter for template. The template of the connector. -
setTemplate
Setter for template. The template of the connector. -
getConfig
Getter for config. Key-value type configurations. -
setConfig
Setter for config. Key-value type configurations. -
equals
-
hashCode
public int hashCode() -
toString
-