Interface Monitor.Builder

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

@Mutable @NotThreadSafe public static interface Monitor.Builder extends SdkPojo, CopyableBuilder<Monitor.Builder,Monitor>
  • Method Details

    • monitorName

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

      Monitor.Builder monitorArn(String monitorArn)

      The Amazon Resource Name (ARN) of the monitor.

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

      Monitor.Builder status(String status)

      The status of a monitor.

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

      The status of a monitor.

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

      Monitor.Builder processingStatus(String processingStatus)

      The health of data processing for the monitor.

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

      Monitor.Builder processingStatus(MonitorProcessingStatusCode processingStatus)

      The health of data processing for the monitor.

      Parameters:
      processingStatus - The health of data processing for the monitor.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: