Interface CreatePerformanceAnalysisReportRequest.Builder

    • Method Detail

      • serviceType

        CreatePerformanceAnalysisReportRequest.Builder serviceType​(String serviceType)

        The Amazon Web Services service for which Performance Insights will return metrics. Valid value is RDS.

        Parameters:
        serviceType - The Amazon Web Services service for which Performance Insights will return metrics. Valid value is RDS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceType, ServiceType
      • serviceType

        CreatePerformanceAnalysisReportRequest.Builder serviceType​(ServiceType serviceType)

        The Amazon Web Services service for which Performance Insights will return metrics. Valid value is RDS.

        Parameters:
        serviceType - The Amazon Web Services service for which Performance Insights will return metrics. Valid value is RDS.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ServiceType, ServiceType
      • identifier

        CreatePerformanceAnalysisReportRequest.Builder identifier​(String identifier)

        An immutable, Amazon Web Services Region-unique identifier for a data source. Performance Insights gathers metrics from this data source.

        To use an Amazon RDS instance as a data source, you specify its DbiResourceId value. For example, specify db-ADECBTYHKTSAUMUZQYPDS2GW4A.

        Parameters:
        identifier - An immutable, Amazon Web Services Region-unique identifier for a data source. Performance Insights gathers metrics from this data source.

        To use an Amazon RDS instance as a data source, you specify its DbiResourceId value. For example, specify db-ADECBTYHKTSAUMUZQYPDS2GW4A.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        CreatePerformanceAnalysisReportRequest.Builder startTime​(Instant startTime)

        The start time defined for the analysis report.

        Parameters:
        startTime - The start time defined for the analysis report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        CreatePerformanceAnalysisReportRequest.Builder endTime​(Instant endTime)

        The end time defined for the analysis report.

        Parameters:
        endTime - The end time defined for the analysis report.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreatePerformanceAnalysisReportRequest.Builder tags​(Collection<Tag> tags)

        The metadata assigned to the analysis report consisting of a key-value pair.

        Parameters:
        tags - The metadata assigned to the analysis report consisting of a key-value pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        CreatePerformanceAnalysisReportRequest.Builder tags​(Tag... tags)

        The metadata assigned to the analysis report consisting of a key-value pair.

        Parameters:
        tags - The metadata assigned to the analysis report consisting of a key-value pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.