Interface ModelDashboardMonitoringSchedule.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelDashboardMonitoringSchedule.Builder,ModelDashboardMonitoringSchedule>
,SdkBuilder<ModelDashboardMonitoringSchedule.Builder,ModelDashboardMonitoringSchedule>
,SdkPojo
- Enclosing class:
- ModelDashboardMonitoringSchedule
public static interface ModelDashboardMonitoringSchedule.Builder extends SdkPojo, CopyableBuilder<ModelDashboardMonitoringSchedule.Builder,ModelDashboardMonitoringSchedule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ModelDashboardMonitoringSchedule.Builder
batchTransformInput(Consumer<BatchTransformInput.Builder> batchTransformInput)
Sets the value of the BatchTransformInput property for this object.ModelDashboardMonitoringSchedule.Builder
batchTransformInput(BatchTransformInput batchTransformInput)
Sets the value of the BatchTransformInput property for this object.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(String monitoringScheduleStatus)
The status of the monitoring schedule.ModelDashboardMonitoringSchedule.Builder
monitoringScheduleStatus(ScheduleStatus monitoringScheduleStatus)
The status of the monitoring schedule.ModelDashboardMonitoringSchedule.Builder
monitoringType(String monitoringType)
The monitor type of a model monitor.ModelDashboardMonitoringSchedule.Builder
monitoringType(MonitoringType monitoringType)
The monitor type of a model monitor.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
monitoringScheduleArn
ModelDashboardMonitoringSchedule.Builder monitoringScheduleArn(String 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
ModelDashboardMonitoringSchedule.Builder monitoringScheduleName(String 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
ModelDashboardMonitoringSchedule.Builder monitoringScheduleStatus(String 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:
ScheduleStatus
,ScheduleStatus
-
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:
ScheduleStatus
,ScheduleStatus
-
monitoringType
ModelDashboardMonitoringSchedule.Builder monitoringType(String 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
,MonitoringType
-
monitoringType
ModelDashboardMonitoringSchedule.Builder monitoringType(MonitoringType 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
,MonitoringType
-
failureReason
ModelDashboardMonitoringSchedule.Builder failureReason(String 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
ModelDashboardMonitoringSchedule.Builder creationTime(Instant 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
ModelDashboardMonitoringSchedule.Builder lastModifiedTime(Instant 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.Builder
avoiding the need to create one manually viaMonitoringScheduleConfig.builder()
.When the
Consumer
completes,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:
monitoringScheduleConfig(MonitoringScheduleConfig)
-
endpointName
ModelDashboardMonitoringSchedule.Builder endpointName(String 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.Builder
avoiding the need to create one manually viaMonitoringAlertSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed to#monitoringAlertSummaries(List
.) - 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:
#monitoringAlertSummaries(java.util.Collection
)
-
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.Builder
avoiding the need to create one manually viaMonitoringExecutionSummary.builder()
.When the
Consumer
completes,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:
lastMonitoringExecutionSummary(MonitoringExecutionSummary)
-
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.Builder
avoiding the need to create one manually viaBatchTransformInput.builder()
.When the
Consumer
completes,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:
batchTransformInput(BatchTransformInput)
-
-