Interface GetExperimentResultsResponse.Builder

    • Method Detail

      • details

        GetExperimentResultsResponse.Builder details​(String details)

        If the experiment doesn't yet have enough events to provide valid results, this field is returned with the message Not enough events to generate results. If there are enough events to provide valid results, this field is not returned.

        Parameters:
        details - If the experiment doesn't yet have enough events to provide valid results, this field is returned with the message Not enough events to generate results. If there are enough events to provide valid results, this field is not returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reports

        GetExperimentResultsResponse.Builder reports​(Collection<ExperimentReport> reports)

        An array of structures that include the reports that you requested.

        Parameters:
        reports - An array of structures that include the reports that you requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reports

        GetExperimentResultsResponse.Builder reports​(ExperimentReport... reports)

        An array of structures that include the reports that you requested.

        Parameters:
        reports - An array of structures that include the reports that you requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resultsData

        GetExperimentResultsResponse.Builder resultsData​(Collection<ExperimentResultsData> resultsData)

        An array of structures that include experiment results including metric names and values.

        Parameters:
        resultsData - An array of structures that include experiment results including metric names and values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resultsData

        GetExperimentResultsResponse.Builder resultsData​(ExperimentResultsData... resultsData)

        An array of structures that include experiment results including metric names and values.

        Parameters:
        resultsData - An array of structures that include experiment results including metric names and values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamps

        GetExperimentResultsResponse.Builder timestamps​(Collection<Instant> timestamps)

        The timestamps of each result returned.

        Parameters:
        timestamps - The timestamps of each result returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamps

        GetExperimentResultsResponse.Builder timestamps​(Instant... timestamps)

        The timestamps of each result returned.

        Parameters:
        timestamps - The timestamps of each result returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.