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 |
monitoringJobDefinitionName(String monitoringJobDefinitionName)
The name of the monitoring job definition that the schedule is for.
|
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.
|
MonitoringScheduleSummary.Builder |
monitoringType(MonitoringType monitoringType)
The type of the monitoring job definition that the schedule is for.
|
MonitoringScheduleSummary.Builder |
monitoringType(String monitoringType)
The type of the monitoring job definition that the schedule is for.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitoringScheduleSummary.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,
ScheduleStatusMonitoringScheduleSummary.Builder monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of the monitoring schedule.
monitoringScheduleStatus - The status of the monitoring schedule.ScheduleStatus,
ScheduleStatusMonitoringScheduleSummary.Builder endpointName(String endpointName)
The name of the endpoint using the monitoring schedule.
endpointName - The name of the endpoint using the monitoring schedule.MonitoringScheduleSummary.Builder monitoringJobDefinitionName(String monitoringJobDefinitionName)
The name of the monitoring job definition that the schedule is for.
monitoringJobDefinitionName - The name of the monitoring job definition that the schedule is for.MonitoringScheduleSummary.Builder monitoringType(String monitoringType)
The type of the monitoring job definition that the schedule is for.
monitoringType - The type of the monitoring job definition that the schedule is for.MonitoringType,
MonitoringTypeMonitoringScheduleSummary.Builder monitoringType(MonitoringType monitoringType)
The type of the monitoring job definition that the schedule is for.
monitoringType - The type of the monitoring job definition that the schedule is for.MonitoringType,
MonitoringTypeCopyright © 2022. All rights reserved.