Interface UpdateMonitorResponse.Builder

  • Method Details

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

      The state of the updated monitor.

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

      The state of the updated monitor.

      Parameters:
      state - The state of the updated monitor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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

      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.