Interface ListMonitoringAlertHistoryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMonitoringAlertHistoryRequest.Builder,ListMonitoringAlertHistoryRequest>,SageMakerRequest.Builder,SdkBuilder<ListMonitoringAlertHistoryRequest.Builder,ListMonitoringAlertHistoryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMonitoringAlertHistoryRequest
public static interface ListMonitoringAlertHistoryRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListMonitoringAlertHistoryRequest.Builder,ListMonitoringAlertHistoryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMonitoringAlertHistoryRequest.BuildercreationTimeAfter(Instant creationTimeAfter)A filter that returns only alerts created on or after the specified time.ListMonitoringAlertHistoryRequest.BuildercreationTimeBefore(Instant creationTimeBefore)A filter that returns only alerts created on or before the specified time.ListMonitoringAlertHistoryRequest.BuildermaxResults(Integer maxResults)The maximum number of results to display.ListMonitoringAlertHistoryRequest.BuildermonitoringAlertName(String monitoringAlertName)The name of a monitoring alert.ListMonitoringAlertHistoryRequest.BuildermonitoringScheduleName(String monitoringScheduleName)The name of a monitoring schedule.ListMonitoringAlertHistoryRequest.BuildernextToken(String nextToken)If the result of the previousListMonitoringAlertHistoryrequest was truncated, the response includes aNextToken.ListMonitoringAlertHistoryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMonitoringAlertHistoryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMonitoringAlertHistoryRequest.BuildersortBy(String sortBy)The field used to sort results.ListMonitoringAlertHistoryRequest.BuildersortBy(MonitoringAlertHistorySortKey sortBy)The field used to sort results.ListMonitoringAlertHistoryRequest.BuildersortOrder(String sortOrder)The sort order, whetherAscendingorDescending, of the alert history.ListMonitoringAlertHistoryRequest.BuildersortOrder(SortOrder sortOrder)The sort order, whetherAscendingorDescending, of the alert history.ListMonitoringAlertHistoryRequest.BuilderstatusEquals(String statusEquals)A filter that retrieves only alerts with a specific status.ListMonitoringAlertHistoryRequest.BuilderstatusEquals(MonitoringAlertStatus statusEquals)A filter that retrieves only alerts with a specific status.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
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
-
monitoringScheduleName
ListMonitoringAlertHistoryRequest.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.
-
monitoringAlertName
ListMonitoringAlertHistoryRequest.Builder monitoringAlertName(String monitoringAlertName)
The name of a monitoring alert.
- Parameters:
monitoringAlertName- The name of a monitoring alert.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListMonitoringAlertHistoryRequest.Builder sortBy(String sortBy)
The field used to sort results. The default is
CreationTime.- Parameters:
sortBy- The field used to sort results. The default isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MonitoringAlertHistorySortKey,MonitoringAlertHistorySortKey
-
sortBy
ListMonitoringAlertHistoryRequest.Builder sortBy(MonitoringAlertHistorySortKey sortBy)
The field used to sort results. The default is
CreationTime.- Parameters:
sortBy- The field used to sort results. The default isCreationTime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MonitoringAlertHistorySortKey,MonitoringAlertHistorySortKey
-
sortOrder
ListMonitoringAlertHistoryRequest.Builder sortOrder(String sortOrder)
The sort order, whether
AscendingorDescending, of the alert history. The default isDescending.
-
sortOrder
ListMonitoringAlertHistoryRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, whether
AscendingorDescending, of the alert history. The default isDescending.
-
nextToken
ListMonitoringAlertHistoryRequest.Builder nextToken(String nextToken)
If the result of the previous
ListMonitoringAlertHistoryrequest was truncated, the response includes aNextToken. To retrieve the next set of alerts in the history, use the token in the next request.- Parameters:
nextToken- If the result of the previousListMonitoringAlertHistoryrequest was truncated, the response includes aNextToken. To retrieve the next set of alerts in the history, use the token in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListMonitoringAlertHistoryRequest.Builder maxResults(Integer maxResults)
The maximum number of results to display. The default is 100.
- Parameters:
maxResults- The maximum number of results to display. The default is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListMonitoringAlertHistoryRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only alerts created on or before the specified time.
- Parameters:
creationTimeBefore- A filter that returns only alerts created on or before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
ListMonitoringAlertHistoryRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only alerts created on or after the specified time.
- Parameters:
creationTimeAfter- A filter that returns only alerts created on or after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusEquals
ListMonitoringAlertHistoryRequest.Builder statusEquals(String statusEquals)
A filter that retrieves only alerts with a specific status.
- Parameters:
statusEquals- A filter that retrieves only alerts with a specific status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MonitoringAlertStatus,MonitoringAlertStatus
-
statusEquals
ListMonitoringAlertHistoryRequest.Builder statusEquals(MonitoringAlertStatus statusEquals)
A filter that retrieves only alerts with a specific status.
- Parameters:
statusEquals- A filter that retrieves only alerts with a specific status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MonitoringAlertStatus,MonitoringAlertStatus
-
overrideConfiguration
ListMonitoringAlertHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMonitoringAlertHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-