Class ExecuteDataFlowActivityTypePropertiesCompute


  • public final class ExecuteDataFlowActivityTypePropertiesCompute
    extends Object
    Compute properties for data flow activity.
    • Constructor Detail

      • ExecuteDataFlowActivityTypePropertiesCompute

        public ExecuteDataFlowActivityTypePropertiesCompute()
    • Method Detail

      • computeType

        public Object computeType()
        Get the computeType property: Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string).
        Returns:
        the computeType value.
      • withComputeType

        public ExecuteDataFlowActivityTypePropertiesCompute withComputeType​(Object computeType)
        Set the computeType property: Compute type of the cluster which will execute data flow job. Possible values include: 'General', 'MemoryOptimized', 'ComputeOptimized'. Type: string (or Expression with resultType string).
        Parameters:
        computeType - the computeType value to set.
        Returns:
        the ExecuteDataFlowActivityTypePropertiesCompute object itself.
      • coreCount

        public Object coreCount()
        Get the coreCount property: Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer).
        Returns:
        the coreCount value.
      • withCoreCount

        public ExecuteDataFlowActivityTypePropertiesCompute withCoreCount​(Object coreCount)
        Set the coreCount property: Core count of the cluster which will execute data flow job. Supported values are: 8, 16, 32, 48, 80, 144 and 272. Type: integer (or Expression with resultType integer).
        Parameters:
        coreCount - the coreCount value to set.
        Returns:
        the ExecuteDataFlowActivityTypePropertiesCompute object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.