Class View.Builder

  • Enclosing class:
    View

    public static class View.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public View.Builder compartmentId​(String compartmentId)
        The OCID of the owning compartment.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • displayName

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

        public View.Builder freeformTags​(Map<String,​String> freeformTags)
        Free-form tags for this resource.

        Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.

        **Example:** {"Department": "Finance"}

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

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

        Each key is predefined and scoped to a namespace. For more information, see Resource Tags.

        **Example:** {"Operations": {"CostCenter": "42"}}

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

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

        public View.Builder self​(String self)
        The canonical absolute URL of the resource.
        Parameters:
        self - the value to set
        Returns:
        this builder
      • timeCreated

        public View.Builder timeCreated​(Date timeCreated)
        The date and time the resource was created in “YYYY-MM-ddThh:mm:ssZ” format with a Z offset, as defined by RFC 3339.

        *Example:** 2016-07-22T17:23:59:60Z

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

        public View.Builder timeUpdated​(Date timeUpdated)
        The date and time the resource was last updated in “YYYY-MM-ddThh:mm:ssZ” format with a Z offset, as defined by RFC 3339.

        *Example:** 2016-07-22T17:23:59:60Z

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

        public View.Builder lifecycleState​(View.LifecycleState lifecycleState)
        The current state of the resource.
        Parameters:
        lifecycleState - the value to set
        Returns:
        this builder
      • isProtected

        public View.Builder isProtected​(Boolean isProtected)
        A Boolean flag indicating whether or not parts of the resource are unable to be explicitly managed.
        Parameters:
        isProtected - the value to set
        Returns:
        this builder
      • build

        public View build()