Interface ListMonitoringAlertHistoryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMonitoringAlertHistoryResponse.Builder,ListMonitoringAlertHistoryResponse>,SageMakerResponse.Builder,SdkBuilder<ListMonitoringAlertHistoryResponse.Builder,ListMonitoringAlertHistoryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListMonitoringAlertHistoryResponse
public static interface ListMonitoringAlertHistoryResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListMonitoringAlertHistoryResponse.Builder,ListMonitoringAlertHistoryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMonitoringAlertHistoryResponse.BuildermonitoringAlertHistory(Collection<MonitoringAlertHistorySummary> monitoringAlertHistory)An alert history for a model monitoring schedule.ListMonitoringAlertHistoryResponse.BuildermonitoringAlertHistory(Consumer<MonitoringAlertHistorySummary.Builder>... monitoringAlertHistory)An alert history for a model monitoring schedule.ListMonitoringAlertHistoryResponse.BuildermonitoringAlertHistory(MonitoringAlertHistorySummary... monitoringAlertHistory)An alert history for a model monitoring schedule.ListMonitoringAlertHistoryResponse.BuildernextToken(String nextToken)If the response is truncated, SageMaker returns this token.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
monitoringAlertHistory
ListMonitoringAlertHistoryResponse.Builder monitoringAlertHistory(Collection<MonitoringAlertHistorySummary> monitoringAlertHistory)
An alert history for a model monitoring schedule.
- Parameters:
monitoringAlertHistory- An alert history for a model monitoring schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringAlertHistory
ListMonitoringAlertHistoryResponse.Builder monitoringAlertHistory(MonitoringAlertHistorySummary... monitoringAlertHistory)
An alert history for a model monitoring schedule.
- Parameters:
monitoringAlertHistory- An alert history for a model monitoring schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringAlertHistory
ListMonitoringAlertHistoryResponse.Builder monitoringAlertHistory(Consumer<MonitoringAlertHistorySummary.Builder>... monitoringAlertHistory)
An alert history for a model monitoring schedule.
This is a convenience method that creates an instance of theMonitoringAlertHistorySummary.Builderavoiding the need to create one manually viaMonitoringAlertHistorySummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#monitoringAlertHistory(List.) - Parameters:
monitoringAlertHistory- a consumer that will call methods onMonitoringAlertHistorySummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#monitoringAlertHistory(java.util.Collection)
-
nextToken
ListMonitoringAlertHistoryResponse.Builder nextToken(String nextToken)
If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.
- Parameters:
nextToken- If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-