Interface MetricSummary.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the metric.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The identifier of the metric.

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

      The name of the metric.

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

      MetricSummary.Builder status(String status)

      The publish status of the metric.

      Parameters:
      status - The publish status of the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The publish status of the metric.

      Parameters:
      status - The publish status of the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the metric.

      Parameters:
      type - The type of the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the metric.

      Parameters:
      type - The type of the metric.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • lastModifiedRegion

      MetricSummary.Builder lastModifiedRegion(String lastModifiedRegion)

      The region where the metric was last modified.

      Parameters:
      lastModifiedRegion - The region where the metric was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      MetricSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      The timestamp of when the metric was last modified.

      Parameters:
      lastModifiedTime - The timestamp of when the metric was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.