Interface ListMonitoringSchedulesRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<ListMonitoringSchedulesRequest.Builder,,ListMonitoringSchedulesRequest> SageMakerRequest.Builder,SdkBuilder<ListMonitoringSchedulesRequest.Builder,,ListMonitoringSchedulesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 ListMonitoringSchedulesRequest
- 
Method Summary
Modifier and TypeMethodDescriptioncreationTimeAfter(Instant creationTimeAfter) A filter that returns only monitoring schedules created after a specified time.creationTimeBefore(Instant creationTimeBefore) A filter that returns only monitoring schedules created before a specified time.endpointName(String endpointName) Name of a specific endpoint to fetch schedules for.lastModifiedTimeAfter(Instant lastModifiedTimeAfter) A filter that returns only monitoring schedules modified after a specified time.lastModifiedTimeBefore(Instant lastModifiedTimeBefore) A filter that returns only monitoring schedules modified before a specified time.maxResults(Integer maxResults) The maximum number of jobs to return in the response.monitoringJobDefinitionName(String monitoringJobDefinitionName) Gets a list of the monitoring schedules for the specified monitoring job definition.monitoringTypeEquals(String monitoringTypeEquals) A filter that returns only the monitoring schedules for the specified monitoring type.monitoringTypeEquals(MonitoringType monitoringTypeEquals) A filter that returns only the monitoring schedules for the specified monitoring type.nameContains(String nameContains) Filter for monitoring schedules whose name contains a specified string.The token returned if the response is truncated.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Whether to sort the results by theStatus,CreationTime, orScheduledTimefield.sortBy(MonitoringScheduleSortKey sortBy) Whether to sort the results by theStatus,CreationTime, orScheduledTimefield.Whether to sort the results inAscendingorDescendingorder.Whether to sort the results inAscendingorDescendingorder.statusEquals(String statusEquals) A filter that returns only monitoring schedules modified before a specified time.statusEquals(ScheduleStatus statusEquals) A filter that returns only monitoring schedules modified before a specified time.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
endpointName
Name of a specific endpoint to fetch schedules for.
- Parameters:
 endpointName- Name of a specific endpoint to fetch schedules for.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
sortBy
Whether to sort the results by the
Status,CreationTime, orScheduledTimefield. The default isCreationTime.- Parameters:
 sortBy- Whether to sort the results by theStatus,CreationTime, orScheduledTimefield. The default isCreationTime.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sortBy
Whether to sort the results by the
Status,CreationTime, orScheduledTimefield. The default isCreationTime.- Parameters:
 sortBy- Whether to sort the results by theStatus,CreationTime, orScheduledTimefield. The default isCreationTime.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sortOrder
Whether to sort the results in
AscendingorDescendingorder. The default isDescending.- Parameters:
 sortOrder- Whether to sort the results inAscendingorDescendingorder. The default isDescending.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
sortOrder
Whether to sort the results in
AscendingorDescendingorder. The default isDescending.- Parameters:
 sortOrder- Whether to sort the results inAscendingorDescendingorder. The default isDescending.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
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.
 
 - 
maxResults
The maximum number of jobs to return in the response. The default value is 10.
- Parameters:
 maxResults- The maximum number of jobs to return in the response. The default value is 10.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
nameContains
Filter for monitoring schedules whose name contains a specified string.
- Parameters:
 nameContains- Filter for monitoring schedules whose name contains a specified string.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
creationTimeBefore
A filter that returns only monitoring schedules created before a specified time.
- Parameters:
 creationTimeBefore- A filter that returns only monitoring schedules created before a specified time.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
creationTimeAfter
A filter that returns only monitoring schedules created after a specified time.
- Parameters:
 creationTimeAfter- A filter that returns only monitoring schedules created after a specified time.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastModifiedTimeBefore
A filter that returns only monitoring schedules modified before a specified time.
- Parameters:
 lastModifiedTimeBefore- A filter that returns only monitoring schedules modified before a specified time.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
lastModifiedTimeAfter
A filter that returns only monitoring schedules modified after a specified time.
- Parameters:
 lastModifiedTimeAfter- A filter that returns only monitoring schedules modified after a specified time.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
statusEquals
A filter that returns only monitoring schedules modified before a specified time.
- Parameters:
 statusEquals- A filter that returns only monitoring schedules modified before a specified time.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
statusEquals
A filter that returns only monitoring schedules modified before a specified time.
- Parameters:
 statusEquals- A filter that returns only monitoring schedules modified before a specified time.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
monitoringJobDefinitionName
ListMonitoringSchedulesRequest.Builder monitoringJobDefinitionName(String monitoringJobDefinitionName) Gets a list of the monitoring schedules for the specified monitoring job definition.
- Parameters:
 monitoringJobDefinitionName- Gets a list of the monitoring schedules for the specified monitoring job definition.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
monitoringTypeEquals
A filter that returns only the monitoring schedules for the specified monitoring type.
- Parameters:
 monitoringTypeEquals- A filter that returns only the monitoring schedules for the specified monitoring type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
monitoringTypeEquals
A filter that returns only the monitoring schedules for the specified monitoring type.
- Parameters:
 monitoringTypeEquals- A filter that returns only the monitoring schedules for the specified monitoring type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
ListMonitoringSchedulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
ListMonitoringSchedulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -