Class Configuration.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • id

        public Configuration.Builder id​(String id)
        The OCID of the Configuration.
        Parameters:
        id - the value to set
        Returns:
        this builder
      • compartmentId

        public Configuration.Builder compartmentId​(String compartmentId)
        OCID of the Compartment the Configuration exists in.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • description

        public Configuration.Builder description​(String description)
        User-provided data about the Configuration.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • displayName

        public Configuration.Builder displayName​(String displayName)
        The display name of the Configuration.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • shapeName

        public Configuration.Builder shapeName​(String shapeName)
        The name of the associated Shape.
        Parameters:
        shapeName - the value to set
        Returns:
        this builder
      • timeCreated

        public Configuration.Builder timeCreated​(Date timeCreated)
        The date and time the Configuration was created, as described by RFC 3339.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • timeUpdated

        public Configuration.Builder timeUpdated​(Date timeUpdated)
        The date and time the Configuration was last updated, as described by RFC 3339.
        Parameters:
        timeUpdated - the value to set
        Returns:
        this builder
      • parentConfigurationId

        public Configuration.Builder parentConfigurationId​(String parentConfigurationId)
        The OCID of the Configuration from which this Configuration is “derived”.

        This is entirely a metadata relationship. There is no relation between the values in this Configuration and its parent.

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

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