Interface MonitorInfo.Builder

    • Method Detail

      • monitorArn

        MonitorInfo.Builder monitorArn​(String monitorArn)

        The Amazon Resource Name (ARN) of the monitor resource.

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

        MonitorInfo.Builder status​(String status)

        The status of the monitor. States include:

        • ACTIVE

        • ACTIVE_STOPPING, ACTIVE_STOPPED

        • UPDATE_IN_PROGRESS

        • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

        • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

        Parameters:
        status - The status of the monitor. States include:

        • ACTIVE

        • ACTIVE_STOPPING, ACTIVE_STOPPED

        • UPDATE_IN_PROGRESS

        • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

        • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

        Returns:
        Returns a reference to this object so that method calls can be chained together.