Interface MetricAttributionSummary.Builder

    • Method Detail

      • name

        MetricAttributionSummary.Builder name​(String name)

        The name of the metric attribution.

        Parameters:
        name - The name of the metric attribution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • metricAttributionArn

        MetricAttributionSummary.Builder metricAttributionArn​(String metricAttributionArn)

        The metric attribution's Amazon Resource Name (ARN).

        Parameters:
        metricAttributionArn - The metric attribution's Amazon Resource Name (ARN).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        MetricAttributionSummary.Builder status​(String status)

        The metric attribution's status.

        Parameters:
        status - The metric attribution's status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        MetricAttributionSummary.Builder creationDateTime​(Instant creationDateTime)

        The metric attribution's creation date time.

        Parameters:
        creationDateTime - The metric attribution's creation date time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDateTime

        MetricAttributionSummary.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The metric attribution's last updated date time.

        Parameters:
        lastUpdatedDateTime - The metric attribution's last updated date time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        MetricAttributionSummary.Builder failureReason​(String failureReason)

        The metric attribution's failure reason.

        Parameters:
        failureReason - The metric attribution's failure reason.
        Returns:
        Returns a reference to this object so that method calls can be chained together.