public static interface MonitoringScheduleSummary.Builder extends SdkPojo, CopyableBuilder<MonitoringScheduleSummary.Builder,MonitoringScheduleSummary>
Modifier and Type | Method and Description |
---|---|
MonitoringScheduleSummary.Builder |
creationTime(Instant creationTime)
The creation time of the monitoring schedule.
|
MonitoringScheduleSummary.Builder |
endpointName(String endpointName)
The name of the endpoint using the monitoring schedule.
|
MonitoringScheduleSummary.Builder |
lastModifiedTime(Instant lastModifiedTime)
The last time the monitoring schedule was modified.
|
MonitoringScheduleSummary.Builder |
monitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
|
MonitoringScheduleSummary.Builder |
monitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
|
MonitoringScheduleSummary.Builder |
monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of the monitoring schedule.
|
MonitoringScheduleSummary.Builder |
monitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
MonitoringScheduleSummary.Builder monitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
monitoringScheduleName
- The name of the monitoring schedule.MonitoringScheduleSummary.Builder monitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
monitoringScheduleArn
- The Amazon Resource Name (ARN) of the monitoring schedule.MonitoringScheduleSummary.Builder creationTime(Instant creationTime)
The creation time of the monitoring schedule.
creationTime
- The creation time of the monitoring schedule.MonitoringScheduleSummary.Builder lastModifiedTime(Instant lastModifiedTime)
The last time the monitoring schedule was modified.
lastModifiedTime
- The last time the monitoring schedule was modified.MonitoringScheduleSummary.Builder monitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule.
monitoringScheduleStatus
- The status of the monitoring schedule.ScheduleStatus
,
ScheduleStatus
MonitoringScheduleSummary.Builder monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of the monitoring schedule.
monitoringScheduleStatus
- The status of the monitoring schedule.ScheduleStatus
,
ScheduleStatus
MonitoringScheduleSummary.Builder endpointName(String endpointName)
The name of the endpoint using the monitoring schedule.
endpointName
- The name of the endpoint using the monitoring schedule.Copyright © 2020. All rights reserved.