Class DbnodeSnapshot.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public DbnodeSnapshot.Builder name​(String name)
        The user-friendly name for the Database Node Snapshot.

        The name should be unique.

        Parameters:
        name - the value to set
        Returns:
        this builder
      • sourceDbnodeId

        public DbnodeSnapshot.Builder sourceDbnodeId​(String sourceDbnodeId)
        The OCID of the Exadata Database Node.
        Parameters:
        sourceDbnodeId - the value to set
        Returns:
        this builder
      • timeCreated

        public DbnodeSnapshot.Builder timeCreated​(Date timeCreated)
        The date and time that the Exadata Database Node Snapshot was created.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • lifecycleDetails

        public DbnodeSnapshot.Builder lifecycleDetails​(String lifecycleDetails)
        Additional information about the current lifecycle state of the Exadata Database Node Snapshot.
        Parameters:
        lifecycleDetails - the value to set
        Returns:
        this builder
      • freeformTags

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

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

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

        public DbnodeSnapshot.Builder clusterId​(String clusterId)
        The OCID of the VM cluster.
        Parameters:
        clusterId - the value to set
        Returns:
        this builder