Interface MetricsSource.Builder

    • Method Detail

      • contentType

        MetricsSource.Builder contentType​(String contentType)

        The metric source content type.

        Parameters:
        contentType - The metric source content type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentDigest

        MetricsSource.Builder contentDigest​(String contentDigest)

        The hash key used for the metrics source.

        Parameters:
        contentDigest - The hash key used for the metrics source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3Uri

        MetricsSource.Builder s3Uri​(String s3Uri)

        The S3 URI for the metrics source.

        Parameters:
        s3Uri - The S3 URI for the metrics source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.