public static interface Monitor.Builder extends SdkPojo, CopyableBuilder<Monitor.Builder,Monitor>
| Modifier and Type | Method and Description |
|---|---|
Monitor.Builder |
monitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor.
|
Monitor.Builder |
monitorName(String monitorName)
The name of the monitor.
|
Monitor.Builder |
processingStatus(MonitorProcessingStatusCode processingStatus)
The health of data processing for the monitor.
|
Monitor.Builder |
processingStatus(String processingStatus)
The health of data processing for the monitor.
|
Monitor.Builder |
status(MonitorConfigState status)
The status of a monitor.
|
Monitor.Builder |
status(String status)
The status of a monitor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitor.Builder monitorName(String monitorName)
The name of the monitor.
monitorName - The name of the monitor.Monitor.Builder monitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor.
monitorArn - The Amazon Resource Name (ARN) of the monitor.Monitor.Builder status(String status)
The status of a monitor.
status - The status of a monitor.MonitorConfigState,
MonitorConfigStateMonitor.Builder status(MonitorConfigState status)
The status of a monitor.
status - The status of a monitor.MonitorConfigState,
MonitorConfigStateMonitor.Builder processingStatus(String processingStatus)
The health of data processing for the monitor.
processingStatus - The health of data processing for the monitor.MonitorProcessingStatusCode,
MonitorProcessingStatusCodeMonitor.Builder processingStatus(MonitorProcessingStatusCode processingStatus)
The health of data processing for the monitor.
processingStatus - The health of data processing for the monitor.MonitorProcessingStatusCode,
MonitorProcessingStatusCodeCopyright © 2023. All rights reserved.