Class Configuration.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • compartmentId

        public Configuration.Builder compartmentId​(String compartmentId)
        The compartment OCID to which the configuration is specified.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • emailIds

        public Configuration.Builder emailIds​(List<String> emailIds)
        The list of associated configuration email IDs.
        Parameters:
        emailIds - the value to set
        Returns:
        this builder
      • timeCreated

        public Configuration.Builder timeCreated​(Date timeCreated)
        The time the configuration was created.

        An RFC 3339-formatted datetime string.

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

        public Configuration.Builder timeUpdated​(Date timeUpdated)
        The time the configuration was updated.

        An RFC 3339-formatted datetime string.

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