static MonitoringSchedule.Builder |
MonitoringSchedule.builder() |
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.creationTime(Instant creationTime) |
The time that the monitoring schedule was created.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.endpointName(String endpointName) |
The endpoint that hosts the model being monitored.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.failureReason(String failureReason) |
If the monitoring schedule failed, the reason it failed.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.lastModifiedTime(Instant lastModifiedTime) |
The last time the monitoring schedule was changed.
|
default MonitoringSchedule.Builder |
MonitoringSchedule.Builder.lastMonitoringExecutionSummary(Consumer<MonitoringExecutionSummary.Builder> lastMonitoringExecutionSummary) |
Sets the value of the LastMonitoringExecutionSummary property for this object.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.lastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary) |
Sets the value of the LastMonitoringExecutionSummary property for this object.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.monitoringScheduleArn(String monitoringScheduleArn) |
The Amazon Resource Name (ARN) of the monitoring schedule.
|
default MonitoringSchedule.Builder |
MonitoringSchedule.Builder.monitoringScheduleConfig(Consumer<MonitoringScheduleConfig.Builder> monitoringScheduleConfig) |
Sets the value of the MonitoringScheduleConfig property for this object.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.monitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig) |
Sets the value of the MonitoringScheduleConfig property for this object.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.monitoringScheduleName(String monitoringScheduleName) |
The name of the monitoring schedule.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.monitoringScheduleStatus(String monitoringScheduleStatus) |
The status of the monitoring schedule.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus) |
The status of the monitoring schedule.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.monitoringType(String monitoringType) |
The type of the monitoring job definition to schedule.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.monitoringType(MonitoringType monitoringType) |
The type of the monitoring job definition to schedule.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.tags(Collection<Tag> tags) |
A list of the tags associated with the monitoring schedlue.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of the tags associated with the monitoring schedlue.
|
MonitoringSchedule.Builder |
MonitoringSchedule.Builder.tags(Tag... tags) |
A list of the tags associated with the monitoring schedlue.
|
MonitoringSchedule.Builder |
MonitoringSchedule.toBuilder() |
|