Class MediaWorkflowConfiguration.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public MediaWorkflowConfiguration.Builder displayName​(String displayName)
        Display name for the MediaWorkflowConfiguration.

        Avoid entering confidential information.

        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • parameters

        public MediaWorkflowConfiguration.Builder parameters​(Map<String,​Object> parameters)
        Reuseable parameter values encoded as a JSON; the top and second level JSON elements are objects.

        Each key of the top level object refer to a task key that is unqiue to the workflow, each of the second level objects’ keys refer to the name of a parameter that is unique to the task. taskKey -> parameterName -> parameterValue

        Parameters:
        parameters - the value to set
        Returns:
        this builder
      • timeCreated

        public MediaWorkflowConfiguration.Builder timeCreated​(Date timeCreated)
        The time when the the MediaWorkflowConfiguration was created.

        An RFC3339 formatted datetime string.

        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • timeUpdated

        public MediaWorkflowConfiguration.Builder timeUpdated​(Date timeUpdated)
        The time when the MediaWorkflowConfiguration was updated.

        An RFC3339 formatted datetime string.

        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder
      • lifecyleDetails

        public MediaWorkflowConfiguration.Builder lifecyleDetails​(String lifecyleDetails)
        A message describing the current state in more detail.

        For example, can be used to provide actionable information for a resource in Failed state.

        Parameters:
        lifecyleDetails - the value to set
        Returns:
        this builder
      • freeformTags

        public MediaWorkflowConfiguration.Builder freeformTags​(Map<String,​String> freeformTags)
        Simple key-value pair that is applied without any predefined name, type or scope.

        Exists for cross-compatibility only. Example: {“bar-key”: “value”}

        Parameters:
        freeformTags - the value to set
        Returns:
        this builder
      • definedTags

        public MediaWorkflowConfiguration.Builder definedTags​(Map<String,​Map<String,​Object>> definedTags)
        Defined tags for this resource.

        Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}

        Parameters:
        definedTags - the value to set
        Returns:
        this builder
      • systemTags

        public MediaWorkflowConfiguration.Builder systemTags​(Map<String,​Map<String,​Object>> systemTags)
        Usage of system tag keys.

        These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

        Parameters:
        systemTags - the value to set
        Returns:
        this builder