Class UpdateFlowInDeploymentRequest

java.lang.Object
com.cloudera.cdp.dfworkload.model.UpdateFlowInDeploymentRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-06-05T07:54:45.482-07:00") public class UpdateFlowInDeploymentRequest extends Object
Provides all of the configuration that dictates how a deployed flow should be updated.
  • Constructor Details

    • UpdateFlowInDeploymentRequest

      public UpdateFlowInDeploymentRequest()
  • Method Details

    • getEnvironmentCrn

      public String getEnvironmentCrn()
      Getter for environmentCrn. The CRN of an environment to execute the command.
    • setEnvironmentCrn

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. The CRN of an environment to execute the command.
    • getDeploymentCrn

      public String getDeploymentCrn()
      Getter for deploymentCrn. The CRN of the deployment.
    • setDeploymentCrn

      public void setDeploymentCrn(String deploymentCrn)
      Setter for deploymentCrn. The CRN of the deployment.
    • getDeployedFlowCrn

      public String getDeployedFlowCrn()
      Getter for deployedFlowCrn. The CRN of the deployed flow.
    • setDeployedFlowCrn

      public void setDeployedFlowCrn(String deployedFlowCrn)
      Setter for deployedFlowCrn. The CRN of the deployed flow.
    • getConfigurationVersion

      public Integer getConfigurationVersion()
      Getter for configurationVersion. The version of this configuration.
    • setConfigurationVersion

      public void setConfigurationVersion(Integer configurationVersion)
      Setter for configurationVersion. The version of this configuration.
    • getAssetUpdateRequestCrn

      @Deprecated public String getAssetUpdateRequestCrn()
      Deprecated.
      Getter for assetUpdateRequestCrn. The CRN of the asset update request. Required when updating assets of an existing deployed flow. Deprecated, this argument is only for internal use.
    • setAssetUpdateRequestCrn

      @Deprecated public void setAssetUpdateRequestCrn(String assetUpdateRequestCrn)
      Deprecated.
      Setter for assetUpdateRequestCrn. The CRN of the asset update request. Required when updating assets of an existing deployed flow. Deprecated, this argument is only for internal use.
    • getParameterGroups

      public List<FlowParameterGroup> getParameterGroups()
      Getter for parameterGroups. The list of flow parameter groups. When updating shared parameters, individual shared parameters cannot be updated. All parameters referencing a given shared parameter group need to be updated simultaneously by providing the group id under inheritedParameterGroups, and also explicitly providing these parameters with the sourceParameterGroupId populated.
    • setParameterGroups

      public void setParameterGroups(List<FlowParameterGroup> parameterGroups)
      Setter for parameterGroups. The list of flow parameter groups. When updating shared parameters, individual shared parameters cannot be updated. All parameters referencing a given shared parameter group need to be updated simultaneously by providing the group id under inheritedParameterGroups, and also explicitly providing these parameters with the sourceParameterGroupId populated.
    • getKpis

      public List<ConfiguredKpi> getKpis()
      Getter for kpis. The list of configured KPIs.
    • setKpis

      public void setKpis(List<ConfiguredKpi> kpis)
      Setter for kpis. The list of configured KPIs.
    • getUpdateSharedParameterGroupCrns

      public List<String> getUpdateSharedParameterGroupCrns()
      Getter for updateSharedParameterGroupCrns. The CRNs of the shared parameter groups to update. They will be updated across all parameter groups.
    • setUpdateSharedParameterGroupCrns

      public void setUpdateSharedParameterGroupCrns(List<String> updateSharedParameterGroupCrns)
      Setter for updateSharedParameterGroupCrns. The CRNs of the shared parameter groups to update. They will be updated across all parameter groups.
    • 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