Class UpdateFlowInDeploymentRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.UpdateFlowInDeploymentRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.000-07:00")
public class UpdateFlowInDeploymentRequest
extends Object
Provides all of the configuration that dictates how a deployed flow should be updated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Getter for configurationVersion.Getter for deployedFlowCrn.Getter for deploymentCrn.Getter for environmentCrn.getKpis()Getter for kpis.Getter for parameterGroups.inthashCode()voidsetAssetUpdateRequestCrn(String assetUpdateRequestCrn) Deprecated.voidsetConfigurationVersion(Integer configurationVersion) Setter for configurationVersion.voidsetDeployedFlowCrn(String deployedFlowCrn) Setter for deployedFlowCrn.voidsetDeploymentCrn(String deploymentCrn) Setter for deploymentCrn.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetKpis(List<ConfiguredKpi> kpis) Setter for kpis.voidsetParameterGroups(List<FlowParameterGroup> parameterGroups) Setter for parameterGroups.toString()
-
Constructor Details
-
UpdateFlowInDeploymentRequest
public UpdateFlowInDeploymentRequest()
-
-
Method Details
-
getEnvironmentCrn
Getter for environmentCrn. The CRN of an environment to execute the command. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of an environment to execute the command. -
getDeploymentCrn
Getter for deploymentCrn. The CRN of the deployment. -
setDeploymentCrn
Setter for deploymentCrn. The CRN of the deployment. -
getDeployedFlowCrn
Getter for deployedFlowCrn. The CRN of the deployed flow. -
setDeployedFlowCrn
Setter for deployedFlowCrn. The CRN of the deployed flow. -
getConfigurationVersion
Getter for configurationVersion. The version of this configuration. -
setConfigurationVersion
Setter for configurationVersion. The version of this configuration. -
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.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
Getter for parameterGroups. The list of flow parameter groups. -
setParameterGroups
Setter for parameterGroups. The list of flow parameter groups. -
getKpis
Getter for kpis. The list of configured KPIs. -
setKpis
Setter for kpis. The list of configured KPIs. -
equals
-
hashCode
public int hashCode() -
toString
-