public static interface MonitorSummary.Builder extends SdkPojo, CopyableBuilder<MonitorSummary.Builder,MonitorSummary>
| Modifier and Type | Method and Description |
|---|---|
MonitorSummary.Builder |
creationTime(Instant creationTime)
When the monitor resource was created.
|
MonitorSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the monitor resource was modified.
|
MonitorSummary.Builder |
monitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor resource.
|
MonitorSummary.Builder |
monitorName(String monitorName)
The name of the monitor resource.
|
MonitorSummary.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the predictor being monitored.
|
MonitorSummary.Builder |
status(String status)
The status of the monitor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitorSummary.Builder monitorArn(String monitorArn)
The Amazon Resource Name (ARN) of the monitor resource.
monitorArn - The Amazon Resource Name (ARN) of the monitor resource.MonitorSummary.Builder monitorName(String monitorName)
The name of the monitor resource.
monitorName - The name of the monitor resource.MonitorSummary.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the predictor being monitored.
resourceArn - The Amazon Resource Name (ARN) of the predictor being monitored.MonitorSummary.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
MonitorSummary.Builder creationTime(Instant creationTime)
When the monitor resource was created.
creationTime - When the monitor resource was created.MonitorSummary.Builder lastModificationTime(Instant lastModificationTime)
The last time the monitor resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
STOPPED - When the resource stopped.
ACTIVE or CREATE_FAILED - When the monitor creation finished or failed.
lastModificationTime - The last time the monitor resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
STOPPED - When the resource stopped.
ACTIVE or CREATE_FAILED - When the monitor creation finished or failed.
Copyright © 2023. All rights reserved.