Interface ListMonitoringAlertsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListMonitoringAlertsResponse.Builder,,ListMonitoringAlertsResponse> SageMakerResponse.Builder,SdkBuilder<ListMonitoringAlertsResponse.Builder,,ListMonitoringAlertsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListMonitoringAlertsResponse
public static interface ListMonitoringAlertsResponse.Builder
extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListMonitoringAlertsResponse.Builder,ListMonitoringAlertsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionmonitoringAlertSummaries(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.If the response is truncated, SageMaker returns this token.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
monitoringAlertSummaries
ListMonitoringAlertsResponse.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
ListMonitoringAlertsResponse.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
ListMonitoringAlertsResponse.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:
 
 - 
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.
 
 
 -