Interface GetConsolidatedReportResponse.Builder

    • Method Detail

      • metrics

        GetConsolidatedReportResponse.Builder metrics​(Collection<ConsolidatedReportMetric> metrics)

        The metrics that make up the consolidated report.

        Only returned when JSON format is requested.

        Parameters:
        metrics - The metrics that make up the consolidated report.

        Only returned when JSON format is requested.

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

        GetConsolidatedReportResponse.Builder metrics​(ConsolidatedReportMetric... metrics)

        The metrics that make up the consolidated report.

        Only returned when JSON format is requested.

        Parameters:
        metrics - The metrics that make up the consolidated report.

        Only returned when JSON format is requested.

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

        GetConsolidatedReportResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • base64String

        GetConsolidatedReportResponse.Builder base64String​(String base64String)
        Sets the value of the Base64String property for this object.
        Parameters:
        base64String - The new value for the Base64String property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.