Interface UpdateMonitorResponse.Builder

    • Method Detail

      • monitorArn

        UpdateMonitorResponse.Builder monitorArn​(String monitorArn)

        The ARN of the monitor that was updated.

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

        UpdateMonitorResponse.Builder monitorName​(String monitorName)

        The name of the monitor that was updated.

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

        UpdateMonitorResponse.Builder aggregationPeriod​(Long aggregationPeriod)

        The changed aggregation period.

        Parameters:
        aggregationPeriod - The changed aggregation period.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tags

        UpdateMonitorResponse.Builder tags​(Map<String,​String> tags)

        The list of key-value pairs associated with the monitor.

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