Interface ListMonitoringSchedulesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListMonitoringSchedulesRequest.Builder,ListMonitoringSchedulesRequest>
,SageMakerRequest.Builder
,SdkBuilder<ListMonitoringSchedulesRequest.Builder,ListMonitoringSchedulesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListMonitoringSchedulesRequest
public static interface ListMonitoringSchedulesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListMonitoringSchedulesRequest.Builder,ListMonitoringSchedulesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMonitoringSchedulesRequest.Builder
creationTimeAfter(Instant creationTimeAfter)
A filter that returns only monitoring schedules created after a specified time.ListMonitoringSchedulesRequest.Builder
creationTimeBefore(Instant creationTimeBefore)
A filter that returns only monitoring schedules created before a specified time.ListMonitoringSchedulesRequest.Builder
endpointName(String endpointName)
Name of a specific endpoint to fetch schedules for.ListMonitoringSchedulesRequest.Builder
lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only monitoring schedules modified after a specified time.ListMonitoringSchedulesRequest.Builder
lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only monitoring schedules modified before a specified time.ListMonitoringSchedulesRequest.Builder
maxResults(Integer maxResults)
The maximum number of jobs to return in the response.ListMonitoringSchedulesRequest.Builder
monitoringJobDefinitionName(String monitoringJobDefinitionName)
Gets a list of the monitoring schedules for the specified monitoring job definition.ListMonitoringSchedulesRequest.Builder
monitoringTypeEquals(String monitoringTypeEquals)
A filter that returns only the monitoring schedules for the specified monitoring type.ListMonitoringSchedulesRequest.Builder
monitoringTypeEquals(MonitoringType monitoringTypeEquals)
A filter that returns only the monitoring schedules for the specified monitoring type.ListMonitoringSchedulesRequest.Builder
nameContains(String nameContains)
Filter for monitoring schedules whose name contains a specified string.ListMonitoringSchedulesRequest.Builder
nextToken(String nextToken)
The token returned if the response is truncated.ListMonitoringSchedulesRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListMonitoringSchedulesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListMonitoringSchedulesRequest.Builder
sortBy(String sortBy)
Whether to sort the results by theStatus
,CreationTime
, orScheduledTime
field.ListMonitoringSchedulesRequest.Builder
sortBy(MonitoringScheduleSortKey sortBy)
Whether to sort the results by theStatus
,CreationTime
, orScheduledTime
field.ListMonitoringSchedulesRequest.Builder
sortOrder(String sortOrder)
Whether to sort the results inAscending
orDescending
order.ListMonitoringSchedulesRequest.Builder
sortOrder(SortOrder sortOrder)
Whether to sort the results inAscending
orDescending
order.ListMonitoringSchedulesRequest.Builder
statusEquals(String statusEquals)
A filter that returns only monitoring schedules modified before a specified time.ListMonitoringSchedulesRequest.Builder
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
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
-
endpointName
ListMonitoringSchedulesRequest.Builder endpointName(String 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
ListMonitoringSchedulesRequest.Builder sortBy(String sortBy)
Whether to sort the results by the
Status
,CreationTime
, orScheduledTime
field. The default isCreationTime
.- Parameters:
sortBy
- Whether to sort the results by theStatus
,CreationTime
, orScheduledTime
field. The default isCreationTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MonitoringScheduleSortKey
,MonitoringScheduleSortKey
-
sortBy
ListMonitoringSchedulesRequest.Builder sortBy(MonitoringScheduleSortKey sortBy)
Whether to sort the results by the
Status
,CreationTime
, orScheduledTime
field. The default isCreationTime
.- Parameters:
sortBy
- Whether to sort the results by theStatus
,CreationTime
, orScheduledTime
field. The default isCreationTime
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MonitoringScheduleSortKey
,MonitoringScheduleSortKey
-
sortOrder
ListMonitoringSchedulesRequest.Builder sortOrder(String sortOrder)
Whether to sort the results in
Ascending
orDescending
order. The default isDescending
.
-
sortOrder
ListMonitoringSchedulesRequest.Builder sortOrder(SortOrder sortOrder)
Whether to sort the results in
Ascending
orDescending
order. The default isDescending
.
-
nextToken
ListMonitoringSchedulesRequest.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.
-
maxResults
ListMonitoringSchedulesRequest.Builder maxResults(Integer 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
ListMonitoringSchedulesRequest.Builder nameContains(String 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
ListMonitoringSchedulesRequest.Builder creationTimeBefore(Instant 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
ListMonitoringSchedulesRequest.Builder creationTimeAfter(Instant 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
ListMonitoringSchedulesRequest.Builder lastModifiedTimeBefore(Instant 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
ListMonitoringSchedulesRequest.Builder lastModifiedTimeAfter(Instant 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
ListMonitoringSchedulesRequest.Builder statusEquals(String 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:
ScheduleStatus
,ScheduleStatus
-
statusEquals
ListMonitoringSchedulesRequest.Builder statusEquals(ScheduleStatus 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:
ScheduleStatus
,ScheduleStatus
-
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
ListMonitoringSchedulesRequest.Builder monitoringTypeEquals(String 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:
MonitoringType
,MonitoringType
-
monitoringTypeEquals
ListMonitoringSchedulesRequest.Builder monitoringTypeEquals(MonitoringType 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:
MonitoringType
,MonitoringType
-
overrideConfiguration
ListMonitoringSchedulesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListMonitoringSchedulesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-