public static interface MonitoringSchedule.Builder extends SdkPojo, CopyableBuilder<MonitoringSchedule.Builder,MonitoringSchedule>
| Modifier and Type | Method and Description |
|---|---|
MonitoringSchedule.Builder |
creationTime(Instant creationTime)
The time that the monitoring schedule was created.
|
MonitoringSchedule.Builder |
endpointName(String endpointName)
The endpoint that hosts the model being monitored.
|
MonitoringSchedule.Builder |
failureReason(String failureReason)
If the monitoring schedule failed, the reason it failed.
|
MonitoringSchedule.Builder |
lastModifiedTime(Instant lastModifiedTime)
The last time the monitoring schedule was changed.
|
default MonitoringSchedule.Builder |
lastMonitoringExecutionSummary(Consumer<MonitoringExecutionSummary.Builder> lastMonitoringExecutionSummary)
Sets the value of the LastMonitoringExecutionSummary property for this object.
|
MonitoringSchedule.Builder |
lastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary)
Sets the value of the LastMonitoringExecutionSummary property for this object.
|
MonitoringSchedule.Builder |
monitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
|
default MonitoringSchedule.Builder |
monitoringScheduleConfig(Consumer<MonitoringScheduleConfig.Builder> monitoringScheduleConfig)
Sets the value of the MonitoringScheduleConfig property for this object.
|
MonitoringSchedule.Builder |
monitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
Sets the value of the MonitoringScheduleConfig property for this object.
|
MonitoringSchedule.Builder |
monitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
|
MonitoringSchedule.Builder |
monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of the monitoring schedule.
|
MonitoringSchedule.Builder |
monitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule.
|
MonitoringSchedule.Builder |
monitoringType(MonitoringType monitoringType)
The type of the monitoring job definition to schedule.
|
MonitoringSchedule.Builder |
monitoringType(String monitoringType)
The type of the monitoring job definition to schedule.
|
MonitoringSchedule.Builder |
tags(Collection<Tag> tags)
A list of the tags associated with the monitoring schedlue.
|
MonitoringSchedule.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of the tags associated with the monitoring schedlue.
|
MonitoringSchedule.Builder |
tags(Tag... tags)
A list of the tags associated with the monitoring schedlue.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonitoringSchedule.Builder monitoringScheduleArn(String monitoringScheduleArn)
The Amazon Resource Name (ARN) of the monitoring schedule.
monitoringScheduleArn - The Amazon Resource Name (ARN) of the monitoring schedule.MonitoringSchedule.Builder monitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
monitoringScheduleName - The name of the monitoring schedule.MonitoringSchedule.Builder monitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule. This can be one of the following values.
PENDING - The schedule is pending being created.
FAILED - The schedule failed.
SCHEDULED - The schedule was successfully created.
STOPPED - The schedule was stopped.
monitoringScheduleStatus - The status of the monitoring schedule. This can be one of the following values.
PENDING - The schedule is pending being created.
FAILED - The schedule failed.
SCHEDULED - The schedule was successfully created.
STOPPED - The schedule was stopped.
ScheduleStatus,
ScheduleStatusMonitoringSchedule.Builder monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of the monitoring schedule. This can be one of the following values.
PENDING - The schedule is pending being created.
FAILED - The schedule failed.
SCHEDULED - The schedule was successfully created.
STOPPED - The schedule was stopped.
monitoringScheduleStatus - The status of the monitoring schedule. This can be one of the following values.
PENDING - The schedule is pending being created.
FAILED - The schedule failed.
SCHEDULED - The schedule was successfully created.
STOPPED - The schedule was stopped.
ScheduleStatus,
ScheduleStatusMonitoringSchedule.Builder monitoringType(String monitoringType)
The type of the monitoring job definition to schedule.
monitoringType - The type of the monitoring job definition to schedule.MonitoringType,
MonitoringTypeMonitoringSchedule.Builder monitoringType(MonitoringType monitoringType)
The type of the monitoring job definition to schedule.
monitoringType - The type of the monitoring job definition to schedule.MonitoringType,
MonitoringTypeMonitoringSchedule.Builder failureReason(String failureReason)
If the monitoring schedule failed, the reason it failed.
failureReason - If the monitoring schedule failed, the reason it failed.MonitoringSchedule.Builder creationTime(Instant creationTime)
The time that the monitoring schedule was created.
creationTime - The time that the monitoring schedule was created.MonitoringSchedule.Builder lastModifiedTime(Instant lastModifiedTime)
The last time the monitoring schedule was changed.
lastModifiedTime - The last time the monitoring schedule was changed.MonitoringSchedule.Builder monitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig)
monitoringScheduleConfig - The new value for the MonitoringScheduleConfig property for this object.default MonitoringSchedule.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)MonitoringSchedule.Builder endpointName(String endpointName)
The endpoint that hosts the model being monitored.
endpointName - The endpoint that hosts the model being monitored.MonitoringSchedule.Builder lastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary)
lastMonitoringExecutionSummary - The new value for the LastMonitoringExecutionSummary property for this object.default MonitoringSchedule.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)MonitoringSchedule.Builder tags(Collection<Tag> tags)
A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags - A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.MonitoringSchedule.Builder tags(Tag... tags)
A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags - A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.MonitoringSchedule.Builder tags(Consumer<Tag.Builder>... tags)
A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) Copyright © 2022. All rights reserved.