Class Customization.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public Customization.Builder displayName​(String displayName)
        A user-friendly display name for the job.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • compartmentId

        public Customization.Builder compartmentId​(String compartmentId)
        The OCID of the compartment where you want to create the job.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • alias

        public Customization.Builder alias​(String alias)
        Customization Details Alias
        Parameters:
        alias - the value to set
        Returns:
        this builder
      • description

        public Customization.Builder description​(String description)
        A short description of the job.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public Customization.Builder lifecycleDetails​(String lifecycleDetails)
        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:
        lifecycleDetails - the value to set
        Returns:
        this builder
      • timeCreated

        public Customization.Builder timeCreated​(Date timeCreated)
        Customization Created time.

        An RFC3339 formatted datetime string.

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

        public Customization.Builder timeUpdated​(Date timeUpdated)
        Customization Updated time.

        An RFC3339 formatted datetime string.

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

        public Customization.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 Customization.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-1”: {“bar-key-1”: “value-1”, “bar-key-2”: “value-2”}, “foo-namespace-2”: {“bar-key-1”: “value-1”, “bar-key-2”: “value-2”}}.

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

        public Customization.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