Class GovernanceRule.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public GovernanceRule.Builder compartmentId​(String compartmentId)
        The Oracle ID (OCID) of the root compartment containing the governance rule.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • displayName

        public GovernanceRule.Builder displayName​(String displayName)
        Display name of the governance rule.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • description

        public GovernanceRule.Builder description​(String description)
        Description of the governance rule.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • type

        public GovernanceRule.Builder type​(GovernanceRuleType type)
        Type of the governance rule, can be one of QUOTA, TAG, ALLOWED_REGIONS.

        Example: QUOTA

        Parameters:
        type - the value to set
        Returns:
        this builder
      • creationOption

        public GovernanceRule.Builder creationOption​(CreationOption creationOption)
        The type of option used to create the governance rule, could be one of TEMPLATE or CLONE.

        Example: TEMPLATE

        Parameters:
        creationOption - the value to set
        Returns:
        this builder
      • relatedResourceId

        public GovernanceRule.Builder relatedResourceId​(String relatedResourceId)
        The Oracle ID (OCID) of the resource, which was used as a template to create this governance rule.
        Parameters:
        relatedResourceId - the value to set
        Returns:
        this builder
      • timeCreated

        public GovernanceRule.Builder timeCreated​(Date timeCreated)
        Date and time the governance rule was created.

        An RFC3339 formatted datetime string.

        Example: 2016-08-25T21:10:29.600Z

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

        public GovernanceRule.Builder timeUpdated​(Date timeUpdated)
        Date and time the governance rule was updated.

        An RFC3339 formatted datetime string.

        Example: 2016-08-25T21:10:29.600Z

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

        public GovernanceRule.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 GovernanceRule.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 GovernanceRule.Builder systemTags​(Map<String,​Map<String,​Object>> systemTags)
        System tags for this resource.

        Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}}

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