Class AddmTaskSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • taskName

        public AddmTaskSummary.Builder taskName​(String taskName)
        The name of the ADDM task.
        Parameters:
        taskName - the value to set
        Returns:
        this builder
      • taskId

        public AddmTaskSummary.Builder taskId​(Long taskId)
        The ID number of the ADDM task.
        Parameters:
        taskId - the value to set
        Returns:
        this builder
      • description

        public AddmTaskSummary.Builder description​(String description)
        The description of the ADDM task.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • dbUser

        public AddmTaskSummary.Builder dbUser​(String dbUser)
        The database user who owns the ADDM task.
        Parameters:
        dbUser - the value to set
        Returns:
        this builder
      • timeCreated

        public AddmTaskSummary.Builder timeCreated​(Date timeCreated)
        The creation date of the ADDM task.
        Parameters:
        timeCreated - the value to set
        Returns:
        this builder
      • startSnapshotTime

        public AddmTaskSummary.Builder startSnapshotTime​(Date startSnapshotTime)
        The timestamp of the beginning AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.
        Parameters:
        startSnapshotTime - the value to set
        Returns:
        this builder
      • endSnapshotTime

        public AddmTaskSummary.Builder endSnapshotTime​(Date endSnapshotTime)
        The timestamp of the ending AWR snapshot used in the ADDM task as defined by date-time RFC3339 format.
        Parameters:
        endSnapshotTime - the value to set
        Returns:
        this builder
      • beginSnapshotId

        public AddmTaskSummary.Builder beginSnapshotId​(Long beginSnapshotId)
        The ID number of the beginning AWR snapshot.
        Parameters:
        beginSnapshotId - the value to set
        Returns:
        this builder
      • endSnapshotId

        public AddmTaskSummary.Builder endSnapshotId​(Long endSnapshotId)
        The ID number of the ending AWR snapshot.
        Parameters:
        endSnapshotId - the value to set
        Returns:
        this builder
      • findings

        public AddmTaskSummary.Builder findings​(Long findings)
        The number of ADDM findings.
        Parameters:
        findings - the value to set
        Returns:
        this builder