public static interface MonitorInfo.Builder extends SdkPojo, CopyableBuilder<MonitorInfo.Builder,MonitorInfo>
| Modifier and Type | Method and Description |
|---|---|
MonitorInfo.Builder |
monitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor resource.
|
MonitorInfo.Builder |
status(String status)
The status of the monitor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitorInfo.Builder monitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor resource.
monitorArn - The Amazon Resource Name (ARN) of the monitor resource.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
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
Copyright © 2023. All rights reserved.