public static interface ModelDashboardMonitoringSchedule.Builder extends SdkPojo, CopyableBuilder<ModelDashboardMonitoringSchedule.Builder,ModelDashboardMonitoringSchedule>
| Modifier and Type | Method and Description |
|---|---|
ModelDashboardMonitoringSchedule.Builder |
creationTime(Instant creationTime)
A timestamp that indicates when the monitoring schedule was created.
|
ModelDashboardMonitoringSchedule.Builder |
endpointName(String endpointName)
The endpoint which is monitored.
|
ModelDashboardMonitoringSchedule.Builder |
failureReason(String failureReason)
If a monitoring job failed, provides the reason.
|
ModelDashboardMonitoringSchedule.Builder |
lastModifiedTime(Instant lastModifiedTime)
A timestamp that indicates when the monitoring schedule was last updated.
|
default ModelDashboardMonitoringSchedule.Builder |
lastMonitoringExecutionSummary(Consumer<MonitoringExecutionSummary.Builder> lastMonitoringExecutionSummary)
Sets the value of the LastMonitoringExecutionSummary property for this object.
|
ModelDashboardMonitoringSchedule.Builder |
lastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary)
Sets the value of the LastMonitoringExecutionSummary property for this object.
|
ModelDashboardMonitoringSchedule.Builder |
monitoringAlertSummaries(Collection<MonitoringAlertSummary> monitoringAlertSummaries)
A JSON array where each element is a summary for a monitoring alert.
|
ModelDashboardMonitoringSchedule.Builder |
monitoringAlertSummaries(Consumer<MonitoringAlertSummary.Builder>... monitoringAlertSummaries)
A JSON array where each element is a summary for a monitoring alert.
|
ModelDashboardMonitoringSchedule.Builder |
monitoringAlertSummaries(MonitoringAlertSummary... monitoringAlertSummaries)
A JSON array where each element is a summary for a monitoring alert.
|
ModelDashboardMonitoringSchedule.Builder |
monitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of a monitoring schedule.
|
default ModelDashboardMonitoringSchedule.Builder |
monitoringScheduleConfig(Consumer<MonitoringScheduleConfig.Builder> monitoringScheduleConfig)
Sets the value of the MonitoringScheduleConfig property for this object.
|
ModelDashboardMonitoringSchedule.Builder |
monitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
Sets the value of the MonitoringScheduleConfig property for this object.
|
ModelDashboardMonitoringSchedule.Builder |
monitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
|
ModelDashboardMonitoringSchedule.Builder |
monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of the monitoring schedule.
|
ModelDashboardMonitoringSchedule.Builder |
monitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule.
|
ModelDashboardMonitoringSchedule.Builder |
monitoringType(MonitoringType monitoringType)
The monitor type of a model monitor.
|
ModelDashboardMonitoringSchedule.Builder |
monitoringType(String monitoringType)
The monitor type of a model monitor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelDashboardMonitoringSchedule.Builder monitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of a monitoring schedule.
monitoringScheduleArn - The Amazon Resource Name (ARN) of a monitoring schedule.ModelDashboardMonitoringSchedule.Builder monitoringScheduleName(String monitoringScheduleName)
The name of a monitoring schedule.
monitoringScheduleName - The name of a monitoring schedule.ModelDashboardMonitoringSchedule.Builder monitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule.
monitoringScheduleStatus - The status of the monitoring schedule.ScheduleStatus,
ScheduleStatusModelDashboardMonitoringSchedule.Builder monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of the monitoring schedule.
monitoringScheduleStatus - The status of the monitoring schedule.ScheduleStatus,
ScheduleStatusModelDashboardMonitoringSchedule.Builder monitoringType(String monitoringType)
The monitor type of a model monitor.
monitoringType - The monitor type of a model monitor.MonitoringType,
MonitoringTypeModelDashboardMonitoringSchedule.Builder monitoringType(MonitoringType monitoringType)
The monitor type of a model monitor.
monitoringType - The monitor type of a model monitor.MonitoringType,
MonitoringTypeModelDashboardMonitoringSchedule.Builder failureReason(String failureReason)
If a monitoring job failed, provides the reason.
failureReason - If a monitoring job failed, provides the reason.ModelDashboardMonitoringSchedule.Builder creationTime(Instant creationTime)
A timestamp that indicates when the monitoring schedule was created.
creationTime - A timestamp that indicates when the monitoring schedule was created.ModelDashboardMonitoringSchedule.Builder lastModifiedTime(Instant lastModifiedTime)
A timestamp that indicates when the monitoring schedule was last updated.
lastModifiedTime - A timestamp that indicates when the monitoring schedule was last updated.ModelDashboardMonitoringSchedule.Builder monitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
monitoringScheduleConfig - The new value for the MonitoringScheduleConfig property for this object.default ModelDashboardMonitoringSchedule.Builder monitoringScheduleConfig(Consumer<MonitoringScheduleConfig.Builder> monitoringScheduleConfig)
MonitoringScheduleConfig.Builder
avoiding the need to create one manually via MonitoringScheduleConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to monitoringScheduleConfig(MonitoringScheduleConfig).
monitoringScheduleConfig - a consumer that will call methods on MonitoringScheduleConfig.BuildermonitoringScheduleConfig(MonitoringScheduleConfig)ModelDashboardMonitoringSchedule.Builder endpointName(String endpointName)
The endpoint which is monitored.
endpointName - The endpoint which is monitored.ModelDashboardMonitoringSchedule.Builder monitoringAlertSummaries(Collection<MonitoringAlertSummary> monitoringAlertSummaries)
A JSON array where each element is a summary for a monitoring alert.
monitoringAlertSummaries - A JSON array where each element is a summary for a monitoring alert.ModelDashboardMonitoringSchedule.Builder monitoringAlertSummaries(MonitoringAlertSummary... monitoringAlertSummaries)
A JSON array where each element is a summary for a monitoring alert.
monitoringAlertSummaries - A JSON array where each element is a summary for a monitoring alert.ModelDashboardMonitoringSchedule.Builder monitoringAlertSummaries(Consumer<MonitoringAlertSummary.Builder>... monitoringAlertSummaries)
A JSON array where each element is a summary for a monitoring alert.
This is a convenience method that creates an instance of theMonitoringAlertSummary.Builder avoiding the need to
create one manually via
MonitoringAlertSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #monitoringAlertSummaries(List.
monitoringAlertSummaries - a consumer that will call methods on
MonitoringAlertSummary.Builder#monitoringAlertSummaries(java.util.Collection) ModelDashboardMonitoringSchedule.Builder lastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary)
lastMonitoringExecutionSummary - The new value for the LastMonitoringExecutionSummary property for this object.default ModelDashboardMonitoringSchedule.Builder lastMonitoringExecutionSummary(Consumer<MonitoringExecutionSummary.Builder> lastMonitoringExecutionSummary)
MonitoringExecutionSummary.Builder
avoiding the need to create one manually via MonitoringExecutionSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to lastMonitoringExecutionSummary(MonitoringExecutionSummary).
lastMonitoringExecutionSummary - a consumer that will call methods on MonitoringExecutionSummary.BuilderlastMonitoringExecutionSummary(MonitoringExecutionSummary)Copyright © 2022. All rights reserved.