Class LimitsIncreaseRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public LimitsIncreaseRequest.Builder displayName​(String displayName)
        The user-friendly name of the limit increase request.

        Avoid entering confidential information.

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

        public LimitsIncreaseRequest.Builder compartmentId​(String compartmentId)
        The OCID of the compartment that contains the limit increase request.

        Note: The tenancy is the root compartment.

        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • subscriptionId

        public LimitsIncreaseRequest.Builder subscriptionId​(String subscriptionId)
        The OCID of the tenancy subscription for the limit increase request.
        Parameters:
        subscriptionId - the value to set
        Returns:
        this builder
      • limitsIncreaseItemRequests

        public LimitsIncreaseRequest.Builder limitsIncreaseItemRequests​(List<LimitsIncreaseItemRequest> limitsIncreaseItemRequests)
        List of limit increase items within the limit increase request.
        Parameters:
        limitsIncreaseItemRequests - the value to set
        Returns:
        this builder
      • justification

        public LimitsIncreaseRequest.Builder justification​(String justification)
        Reason for the limit increase request.
        Parameters:
        justification - the value to set
        Returns:
        this builder
      • timeCreated

        public LimitsIncreaseRequest.Builder timeCreated​(Date timeCreated)
        The time that the limit increase request was created.

        Format defined by RFC3339.

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

        public LimitsIncreaseRequest.Builder timeUpdated​(Date timeUpdated)
        The time that the limit increase request was updated.

        Format defined by RFC3339.

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

        public LimitsIncreaseRequest.Builder timeResolution​(Date timeResolution)
        The time that the limit increase request was resolved (reached a terminal state).

        Format defined by RFC3339.

        Parameters:
        timeResolution - the value to set
        Returns:
        this builder
      • customerComments

        public LimitsIncreaseRequest.Builder customerComments​(List<LimitsIncreaseRequestComment> customerComments)
        List of comments in the limit increase request.

        A comment is typically between the requester and OCI Support.

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

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