Interface MonitorSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MonitorSummary.Builder,MonitorSummary>, SdkBuilder<MonitorSummary.Builder,MonitorSummary>, SdkPojo
Enclosing class:
MonitorSummary

public static interface MonitorSummary.Builder extends SdkPojo, CopyableBuilder<MonitorSummary.Builder,MonitorSummary>
  • Method Details

    • monitorArn

      MonitorSummary.Builder monitorArn(String monitorArn)

      The ARN of the monitor.

      Parameters:
      monitorArn - The ARN of the monitor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • monitorName

      MonitorSummary.Builder monitorName(String monitorName)

      The name of the monitor.

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

      The state of the monitor.

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

      The state of the monitor.

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

      MonitorSummary.Builder aggregationPeriod(Long aggregationPeriod)

      The time, in seconds, that metrics are collected and sent to Amazon CloudWatch. Valid values are either 30 or 60.

      Parameters:
      aggregationPeriod - The time, in seconds, that metrics are collected and sent to Amazon CloudWatch. Valid values are either 30 or 60.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The list of key-value pairs assigned to the monitor.

      Parameters:
      tags - The list of key-value pairs assigned to the monitor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.