Interface MonitorSummary.Builder

    • Method Detail

      • 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.
      • 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

        MonitorSummary.Builder tags​(Map<String,​String> 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.