Interface ListMonitoringSchedulesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMonitoringSchedulesResponse.Builder,ListMonitoringSchedulesResponse>,SageMakerResponse.Builder,SdkBuilder<ListMonitoringSchedulesResponse.Builder,ListMonitoringSchedulesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListMonitoringSchedulesResponse
public static interface ListMonitoringSchedulesResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListMonitoringSchedulesResponse.Builder,ListMonitoringSchedulesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMonitoringSchedulesResponse.BuildermonitoringScheduleSummaries(Collection<MonitoringScheduleSummary> monitoringScheduleSummaries)A JSON array in which each element is a summary for a monitoring schedule.ListMonitoringSchedulesResponse.BuildermonitoringScheduleSummaries(Consumer<MonitoringScheduleSummary.Builder>... monitoringScheduleSummaries)A JSON array in which each element is a summary for a monitoring schedule.ListMonitoringSchedulesResponse.BuildermonitoringScheduleSummaries(MonitoringScheduleSummary... monitoringScheduleSummaries)A JSON array in which each element is a summary for a monitoring schedule.ListMonitoringSchedulesResponse.BuildernextToken(String nextToken)The token returned if the response is truncated.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
monitoringScheduleSummaries
ListMonitoringSchedulesResponse.Builder monitoringScheduleSummaries(Collection<MonitoringScheduleSummary> monitoringScheduleSummaries)
A JSON array in which each element is a summary for a monitoring schedule.
- Parameters:
monitoringScheduleSummaries- A JSON array in which each element is a summary for a monitoring schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringScheduleSummaries
ListMonitoringSchedulesResponse.Builder monitoringScheduleSummaries(MonitoringScheduleSummary... monitoringScheduleSummaries)
A JSON array in which each element is a summary for a monitoring schedule.
- Parameters:
monitoringScheduleSummaries- A JSON array in which each element is a summary for a monitoring schedule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringScheduleSummaries
ListMonitoringSchedulesResponse.Builder monitoringScheduleSummaries(Consumer<MonitoringScheduleSummary.Builder>... monitoringScheduleSummaries)
A JSON array in which each element is a summary for a monitoring schedule.
This is a convenience method that creates an instance of theMonitoringScheduleSummary.Builderavoiding the need to create one manually viaMonitoringScheduleSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#monitoringScheduleSummaries(List.) - Parameters:
monitoringScheduleSummaries- a consumer that will call methods onMonitoringScheduleSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#monitoringScheduleSummaries(java.util.Collection)
-
nextToken
ListMonitoringSchedulesResponse.Builder nextToken(String nextToken)
The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
- Parameters:
nextToken- The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-