Class CreateDataFlowDebugSessionRequest


  • public final class CreateDataFlowDebugSessionRequest
    extends Object
    Request body structure for creating data flow debug session.
    • Constructor Detail

      • CreateDataFlowDebugSessionRequest

        public CreateDataFlowDebugSessionRequest()
    • Method Detail

      • getComputeType

        public String getComputeType()
        Get the computeType property: Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided.
        Returns:
        the computeType value.
      • setComputeType

        public CreateDataFlowDebugSessionRequest setComputeType​(String computeType)
        Set the computeType property: Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided.
        Parameters:
        computeType - the computeType value to set.
        Returns:
        the CreateDataFlowDebugSessionRequest object itself.
      • getCoreCount

        public Integer getCoreCount()
        Get the coreCount property: Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.
        Returns:
        the coreCount value.
      • setCoreCount

        public CreateDataFlowDebugSessionRequest setCoreCount​(Integer coreCount)
        Set the coreCount property: Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.
        Parameters:
        coreCount - the coreCount value to set.
        Returns:
        the CreateDataFlowDebugSessionRequest object itself.
      • getTimeToLive

        public Integer getTimeToLive()
        Get the timeToLive property: Time to live setting of the cluster in minutes.
        Returns:
        the timeToLive value.
      • setTimeToLive

        public CreateDataFlowDebugSessionRequest setTimeToLive​(Integer timeToLive)
        Set the timeToLive property: Time to live setting of the cluster in minutes.
        Parameters:
        timeToLive - the timeToLive value to set.
        Returns:
        the CreateDataFlowDebugSessionRequest object itself.
      • getIntegrationRuntime

        public IntegrationRuntimeDebugResource getIntegrationRuntime()
        Get the integrationRuntime property: Set to use integration runtime setting for data flow debug session.
        Returns:
        the integrationRuntime value.
      • setIntegrationRuntime

        public CreateDataFlowDebugSessionRequest setIntegrationRuntime​(IntegrationRuntimeDebugResource integrationRuntime)
        Set the integrationRuntime property: Set to use integration runtime setting for data flow debug session.
        Parameters:
        integrationRuntime - the integrationRuntime value to set.
        Returns:
        the CreateDataFlowDebugSessionRequest object itself.