Class ChangeFlowVersionInDeploymentRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.ChangeFlowVersionInDeploymentRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.000-07:00")
public class ChangeFlowVersionInDeploymentRequest
extends Object
Request object for change flow version of a flow deployment.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for assetUpdateRequestCrn.Getter for deployedFlowCrn.Getter for deploymentCrn.Getter for deploymentRequestCrn.Getter for environmentCrn.Getter for ignoreCustomNarConfigurationCheck.Getter for ignoreCustomPythonConfigurationCheck.Getter for ignoreDeploymentInboundConfigurationChecks.getKpis()Getter for kpis.Getter for parameterGroups.Getter for strategy.Getter for waitForFlowToStopInMinutes.inthashCode()voidsetAssetUpdateRequestCrn(String assetUpdateRequestCrn) Setter for assetUpdateRequestCrn.voidsetDeployedFlowCrn(String deployedFlowCrn) Setter for deployedFlowCrn.voidsetDeploymentCrn(String deploymentCrn) Setter for deploymentCrn.voidsetDeploymentRequestCrn(String deploymentRequestCrn) Setter for deploymentRequestCrn.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetIgnoreCustomNarConfigurationCheck(Boolean ignoreCustomNarConfigurationCheck) Setter for ignoreCustomNarConfigurationCheck.voidsetIgnoreCustomPythonConfigurationCheck(Boolean ignoreCustomPythonConfigurationCheck) Setter for ignoreCustomPythonConfigurationCheck.voidsetIgnoreDeploymentInboundConfigurationChecks(Boolean ignoreDeploymentInboundConfigurationChecks) Setter for ignoreDeploymentInboundConfigurationChecks.voidsetKpis(List<ConfiguredKpi> kpis) Setter for kpis.voidsetParameterGroups(List<FlowParameterGroup> parameterGroups) Setter for parameterGroups.voidsetStrategy(String strategy) Setter for strategy.voidsetWaitForFlowToStopInMinutes(Integer waitForFlowToStopInMinutes) Setter for waitForFlowToStopInMinutes.toString()
-
Constructor Details
-
ChangeFlowVersionInDeploymentRequest
public ChangeFlowVersionInDeploymentRequest()
-
-
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 being updated. -
setDeploymentCrn
Setter for deploymentCrn. The crn of the deployment being updated. -
getDeployedFlowCrn
Getter for deployedFlowCrn. The crn of the flow deployment being updated. -
setDeployedFlowCrn
Setter for deployedFlowCrn. The crn of the flow deployment being updated. -
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. -
getStrategy
Getter for strategy. The strategy to use during change flow version. -
setStrategy
Setter for strategy. The strategy to use during change flow version. -
getWaitForFlowToStopInMinutes
Getter for waitForFlowToStopInMinutes. The max time in minutes to wait for the flow to process data. -
setWaitForFlowToStopInMinutes
Setter for waitForFlowToStopInMinutes. The max time in minutes to wait for the flow to process data. -
getIgnoreCustomNarConfigurationCheck
Getter for ignoreCustomNarConfigurationCheck. When specified, ignore the check to validate if deployment has custom NARs configured when the flow definition contains custom components. -
setIgnoreCustomNarConfigurationCheck
Setter for ignoreCustomNarConfigurationCheck. When specified, ignore the check to validate if deployment has custom NARs configured when the flow definition contains custom components. -
getIgnoreCustomPythonConfigurationCheck
Getter for ignoreCustomPythonConfigurationCheck. When specified, ignore the check to validate if deployment has custom Python configured when the flow definition contains custom Python processors. -
setIgnoreCustomPythonConfigurationCheck
Setter for ignoreCustomPythonConfigurationCheck. When specified, ignore the check to validate if deployment has custom Python configured when the flow definition contains custom Python processors. -
getIgnoreDeploymentInboundConfigurationChecks
Getter for ignoreDeploymentInboundConfigurationChecks. When specified, ignore the check to validate if deployment has inbound connection configured for all listen components. -
setIgnoreDeploymentInboundConfigurationChecks
public void setIgnoreDeploymentInboundConfigurationChecks(Boolean ignoreDeploymentInboundConfigurationChecks) Setter for ignoreDeploymentInboundConfigurationChecks. When specified, ignore the check to validate if deployment has inbound connection configured for all listen components. -
getDeploymentRequestCrn
Getter for deploymentRequestCrn. The CRN of the deployment request. Required for a new deployment. -
setDeploymentRequestCrn
Setter for deploymentRequestCrn. The CRN of the deployment request. Required for a new deployment. -
getAssetUpdateRequestCrn
Getter for assetUpdateRequestCrn. The CRN of the asset update request. Required when updating assets of an existing deployment. -
setAssetUpdateRequestCrn
Setter for assetUpdateRequestCrn. The CRN of the asset update request. Required when updating assets of an existing deployment. -
equals
-
hashCode
public int hashCode() -
toString
-