Class ReportSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

        public ReportSummary.Builder displayName​(String displayName)
        Name of the report.
        Parameters:
        displayName - the value to set
        Returns:
        this builder
      • reportDefinitionId

        public ReportSummary.Builder reportDefinitionId​(String reportDefinitionId)
        The OCID of the report definition.
        Parameters:
        reportDefinitionId - the value to set
        Returns:
        this builder
      • description

        public ReportSummary.Builder description​(String description)
        Description of the report.
        Parameters:
        description - the value to set
        Returns:
        this builder
      • timeGenerated

        public ReportSummary.Builder timeGenerated​(Date timeGenerated)
        Specifies the time at which the report was generated.
        Parameters:
        timeGenerated - the value to set
        Returns:
        this builder
      • compartmentId

        public ReportSummary.Builder compartmentId​(String compartmentId)
        The OCID of the compartment containing the report.
        Parameters:
        compartmentId - the value to set
        Returns:
        this builder
      • freeformTags

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