Interface ModelDashboardMonitoringSchedule.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ModelDashboardMonitoringSchedule.Builder,,ModelDashboardMonitoringSchedule> SdkBuilder<ModelDashboardMonitoringSchedule.Builder,,ModelDashboardMonitoringSchedule> SdkPojo
- Enclosing class:
 ModelDashboardMonitoringSchedule
- 
Method Summary
Modifier and TypeMethodDescriptionbatchTransformInput(Consumer<BatchTransformInput.Builder> batchTransformInput) Sets the value of the BatchTransformInput property for this object.batchTransformInput(BatchTransformInput batchTransformInput) Sets the value of the BatchTransformInput property for this object.creationTime(Instant creationTime) A timestamp that indicates when the monitoring schedule was created.endpointName(String endpointName) The endpoint which is monitored.failureReason(String failureReason) If a monitoring job failed, provides the reason.lastModifiedTime(Instant lastModifiedTime) A timestamp that indicates when the monitoring schedule was last updated.lastMonitoringExecutionSummary(Consumer<MonitoringExecutionSummary.Builder> lastMonitoringExecutionSummary) Sets the value of the LastMonitoringExecutionSummary property for this object.lastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary) Sets the value of the LastMonitoringExecutionSummary property for this object.monitoringAlertSummaries(Collection<MonitoringAlertSummary> monitoringAlertSummaries) A JSON array where each element is a summary for a monitoring alert.monitoringAlertSummaries(Consumer<MonitoringAlertSummary.Builder>... monitoringAlertSummaries) A JSON array where each element is a summary for a monitoring alert.monitoringAlertSummaries(MonitoringAlertSummary... monitoringAlertSummaries) A JSON array where each element is a summary for a monitoring alert.monitoringScheduleArn(String monitoringScheduleArn) The Amazon Resource Name (ARN) of a monitoring schedule.monitoringScheduleConfig(Consumer<MonitoringScheduleConfig.Builder> monitoringScheduleConfig) Sets the value of the MonitoringScheduleConfig property for this object.monitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig) Sets the value of the MonitoringScheduleConfig property for this object.monitoringScheduleName(String monitoringScheduleName) The name of a monitoring schedule.monitoringScheduleStatus(String monitoringScheduleStatus) The status of the monitoring schedule.monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus) The status of the monitoring schedule.monitoringType(String monitoringType) The monitor type of a model monitor.monitoringType(MonitoringType monitoringType) The monitor type of a model monitor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
monitoringScheduleArn
The Amazon Resource Name (ARN) of a monitoring schedule.
- Parameters:
 monitoringScheduleArn- The Amazon Resource Name (ARN) of a monitoring schedule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
monitoringScheduleName
The name of a monitoring schedule.
- Parameters:
 monitoringScheduleName- The name of a monitoring schedule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
monitoringScheduleStatus
The status of the monitoring schedule.
- Parameters:
 monitoringScheduleStatus- The status of the monitoring schedule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
monitoringScheduleStatus
ModelDashboardMonitoringSchedule.Builder monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus) The status of the monitoring schedule.
- Parameters:
 monitoringScheduleStatus- The status of the monitoring schedule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
monitoringType
The monitor type of a model monitor.
- Parameters:
 monitoringType- The monitor type of a model monitor.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
monitoringType
The monitor type of a model monitor.
- Parameters:
 monitoringType- The monitor type of a model monitor.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
failureReason
If a monitoring job failed, provides the reason.
- Parameters:
 failureReason- If a monitoring job failed, provides the reason.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
creationTime
A timestamp that indicates when the monitoring schedule was created.
- Parameters:
 creationTime- A timestamp that indicates when the monitoring schedule was created.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastModifiedTime
A timestamp that indicates when the monitoring schedule was last updated.
- Parameters:
 lastModifiedTime- A timestamp that indicates when the monitoring schedule was last updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
monitoringScheduleConfig
ModelDashboardMonitoringSchedule.Builder monitoringScheduleConfig(MonitoringScheduleConfig monitoringScheduleConfig) Sets the value of the MonitoringScheduleConfig property for this object.- Parameters:
 monitoringScheduleConfig- The new value for the MonitoringScheduleConfig property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
monitoringScheduleConfig
default ModelDashboardMonitoringSchedule.Builder monitoringScheduleConfig(Consumer<MonitoringScheduleConfig.Builder> monitoringScheduleConfig) Sets the value of the MonitoringScheduleConfig property for this object. This is a convenience method that creates an instance of theMonitoringScheduleConfig.Builderavoiding the need to create one manually viaMonitoringScheduleConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomonitoringScheduleConfig(MonitoringScheduleConfig).- Parameters:
 monitoringScheduleConfig- a consumer that will call methods onMonitoringScheduleConfig.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
endpointName
The endpoint which is monitored.
- Parameters:
 endpointName- The endpoint which is monitored.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
monitoringAlertSummaries
ModelDashboardMonitoringSchedule.Builder monitoringAlertSummaries(Collection<MonitoringAlertSummary> monitoringAlertSummaries) A JSON array where each element is a summary for a monitoring alert.
- Parameters:
 monitoringAlertSummaries- A JSON array where each element is a summary for a monitoring alert.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
monitoringAlertSummaries
ModelDashboardMonitoringSchedule.Builder monitoringAlertSummaries(MonitoringAlertSummary... monitoringAlertSummaries) A JSON array where each element is a summary for a monitoring alert.
- Parameters:
 monitoringAlertSummaries- A JSON array where each element is a summary for a monitoring alert.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
monitoringAlertSummaries
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.Builderavoiding the need to create one manually viaMonitoringAlertSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomonitoringAlertSummaries(List<MonitoringAlertSummary>).- Parameters:
 monitoringAlertSummaries- a consumer that will call methods onMonitoringAlertSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
lastMonitoringExecutionSummary
ModelDashboardMonitoringSchedule.Builder lastMonitoringExecutionSummary(MonitoringExecutionSummary lastMonitoringExecutionSummary) Sets the value of the LastMonitoringExecutionSummary property for this object.- Parameters:
 lastMonitoringExecutionSummary- The new value for the LastMonitoringExecutionSummary property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastMonitoringExecutionSummary
default ModelDashboardMonitoringSchedule.Builder lastMonitoringExecutionSummary(Consumer<MonitoringExecutionSummary.Builder> lastMonitoringExecutionSummary) Sets the value of the LastMonitoringExecutionSummary property for this object. This is a convenience method that creates an instance of theMonitoringExecutionSummary.Builderavoiding the need to create one manually viaMonitoringExecutionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolastMonitoringExecutionSummary(MonitoringExecutionSummary).- Parameters:
 lastMonitoringExecutionSummary- a consumer that will call methods onMonitoringExecutionSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
batchTransformInput
ModelDashboardMonitoringSchedule.Builder batchTransformInput(BatchTransformInput batchTransformInput) Sets the value of the BatchTransformInput property for this object.- Parameters:
 batchTransformInput- The new value for the BatchTransformInput property for this object.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
batchTransformInput
default ModelDashboardMonitoringSchedule.Builder batchTransformInput(Consumer<BatchTransformInput.Builder> batchTransformInput) Sets the value of the BatchTransformInput property for this object. This is a convenience method that creates an instance of theBatchTransformInput.Builderavoiding the need to create one manually viaBatchTransformInput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobatchTransformInput(BatchTransformInput).- Parameters:
 batchTransformInput- a consumer that will call methods onBatchTransformInput.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -