Class DataFlowSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public DataFlowSummary.Builder key​(String key)
        Generated key that can be used in API calls to identify data flow.

        On scenarios where reference to the data flow is needed, a value can be passed in create.

        Parameters:
        key - the value to set
        Returns:
        this builder
      • modelType

        public DataFlowSummary.Builder modelType​(String modelType)
        The type of the object.
        Parameters:
        modelType - the value to set
        Returns:
        this builder
      • modelVersion

        public DataFlowSummary.Builder modelVersion​(String modelVersion)
        The model version of an object.
        Parameters:
        modelVersion - the value to set
        Returns:
        this builder
      • name

        public DataFlowSummary.Builder name​(String name)
        Free form text without any restriction on permitted characters.

        Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.

        Parameters:
        name - the value to set
        Returns:
        this builder
      • identifier

        public DataFlowSummary.Builder identifier​(String identifier)
        Value can only contain upper case letters, underscore, and numbers.

        It should begin with upper case letter or underscore. The value can be modified.

        Parameters:
        identifier - the value to set
        Returns:
        this builder
      • objectVersion

        public DataFlowSummary.Builder objectVersion​(Integer objectVersion)
        The version of the object that is used to track changes in the object instance.
        Parameters:
        objectVersion - the value to set
        Returns:
        this builder
      • description

        public DataFlowSummary.Builder description​(String description)
        Detailed description for the object.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • objectStatus

        public DataFlowSummary.Builder objectStatus​(Integer objectStatus)
        The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
        Parameters:
        objectStatus - the value to set
        Returns:
        this builder
      • keyMap

        public DataFlowSummary.Builder keyMap​(Map<String,​String> keyMap)
        A key map.

        If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.

        Parameters:
        keyMap - the value to set
        Returns:
        this builder
      • typedObjectMap

        public DataFlowSummary.Builder typedObjectMap​(Map<String,​TypedObjectWrapper> typedObjectMap)
        A hash map that maps TypedObject keys to the object itself, for java sdk.
        Parameters:
        typedObjectMap - the value to set
        Returns:
        this builder
      • targetFieldMapSummary

        public DataFlowSummary.Builder targetFieldMapSummary​(Map<String,​FieldMapWrapper> targetFieldMapSummary)
        A hash map that maps TypedObject keys to a field map that maps to the typed object as a target, for java sdk.
        Parameters:
        targetFieldMapSummary - the value to set
        Returns:
        this builder