Interface ListMonitoringExecutionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMonitoringExecutionsRequest.Builder,ListMonitoringExecutionsRequest>,SageMakerRequest.Builder,SdkBuilder<ListMonitoringExecutionsRequest.Builder,ListMonitoringExecutionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMonitoringExecutionsRequest
public static interface ListMonitoringExecutionsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListMonitoringExecutionsRequest.Builder,ListMonitoringExecutionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMonitoringExecutionsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)A filter that returns only jobs created after a specified time.ListMonitoringExecutionsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)A filter that returns only jobs created before a specified time.ListMonitoringExecutionsRequest.BuilderendpointName(String endpointName)Name of a specific endpoint to fetch jobs for.ListMonitoringExecutionsRequest.BuilderlastModifiedTimeAfter(Instant lastModifiedTimeAfter)A filter that returns only jobs modified before a specified time.ListMonitoringExecutionsRequest.BuilderlastModifiedTimeBefore(Instant lastModifiedTimeBefore)A filter that returns only jobs modified after a specified time.ListMonitoringExecutionsRequest.BuildermaxResults(Integer maxResults)The maximum number of jobs to return in the response.ListMonitoringExecutionsRequest.BuildermonitoringJobDefinitionName(String monitoringJobDefinitionName)Gets a list of the monitoring job runs of the specified monitoring job definitions.ListMonitoringExecutionsRequest.BuildermonitoringScheduleName(String monitoringScheduleName)Name of a specific schedule to fetch jobs for.ListMonitoringExecutionsRequest.BuildermonitoringTypeEquals(String monitoringTypeEquals)A filter that returns only the monitoring job runs of the specified monitoring type.ListMonitoringExecutionsRequest.BuildermonitoringTypeEquals(MonitoringType monitoringTypeEquals)A filter that returns only the monitoring job runs of the specified monitoring type.ListMonitoringExecutionsRequest.BuildernextToken(String nextToken)The token returned if the response is truncated.ListMonitoringExecutionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMonitoringExecutionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMonitoringExecutionsRequest.BuilderscheduledTimeAfter(Instant scheduledTimeAfter)Filter for jobs scheduled after a specified time.ListMonitoringExecutionsRequest.BuilderscheduledTimeBefore(Instant scheduledTimeBefore)Filter for jobs scheduled before a specified time.ListMonitoringExecutionsRequest.BuildersortBy(String sortBy)Whether to sort the results by theStatus,CreationTime, orScheduledTimefield.ListMonitoringExecutionsRequest.BuildersortBy(MonitoringExecutionSortKey sortBy)Whether to sort the results by theStatus,CreationTime, orScheduledTimefield.ListMonitoringExecutionsRequest.BuildersortOrder(String sortOrder)Whether to sort the results inAscendingorDescendingorder.ListMonitoringExecutionsRequest.BuildersortOrder(SortOrder sortOrder)Whether to sort the results inAscendingorDescendingorder.ListMonitoringExecutionsRequest.BuilderstatusEquals(String statusEquals)A filter that retrieves only jobs with a specific status.ListMonitoringExecutionsRequest.BuilderstatusEquals(ExecutionStatus statusEquals)A filter that retrieves only jobs 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, sdkFields
-
-
-
-
Method Detail
-
monitoringScheduleName
ListMonitoringExecutionsRequest.Builder monitoringScheduleName(String monitoringScheduleName)
Name of a specific schedule to fetch jobs for.
- Parameters:
monitoringScheduleName- Name of a specific schedule to fetch jobs for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointName
ListMonitoringExecutionsRequest.Builder endpointName(String endpointName)
Name of a specific endpoint to fetch jobs for.
- Parameters:
endpointName- Name of a specific endpoint to fetch jobs for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortBy
ListMonitoringExecutionsRequest.Builder sortBy(String 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:
MonitoringExecutionSortKey,MonitoringExecutionSortKey
-
sortBy
ListMonitoringExecutionsRequest.Builder sortBy(MonitoringExecutionSortKey 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:
MonitoringExecutionSortKey,MonitoringExecutionSortKey
-
sortOrder
ListMonitoringExecutionsRequest.Builder sortOrder(String sortOrder)
Whether to sort the results in
AscendingorDescendingorder. The default isDescending.
-
sortOrder
ListMonitoringExecutionsRequest.Builder sortOrder(SortOrder sortOrder)
Whether to sort the results in
AscendingorDescendingorder. The default isDescending.
-
nextToken
ListMonitoringExecutionsRequest.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
ListMonitoringExecutionsRequest.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.
-
scheduledTimeBefore
ListMonitoringExecutionsRequest.Builder scheduledTimeBefore(Instant scheduledTimeBefore)
Filter for jobs scheduled before a specified time.
- Parameters:
scheduledTimeBefore- Filter for jobs scheduled before a specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledTimeAfter
ListMonitoringExecutionsRequest.Builder scheduledTimeAfter(Instant scheduledTimeAfter)
Filter for jobs scheduled after a specified time.
- Parameters:
scheduledTimeAfter- Filter for jobs scheduled after a specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListMonitoringExecutionsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
A filter that returns only jobs created before a specified time.
- Parameters:
creationTimeBefore- A filter that returns only jobs created before a specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
ListMonitoringExecutionsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
A filter that returns only jobs created after a specified time.
- Parameters:
creationTimeAfter- A filter that returns only jobs created after a specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeBefore
ListMonitoringExecutionsRequest.Builder lastModifiedTimeBefore(Instant lastModifiedTimeBefore)
A filter that returns only jobs modified after a specified time.
- Parameters:
lastModifiedTimeBefore- A filter that returns only jobs modified after a specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeAfter
ListMonitoringExecutionsRequest.Builder lastModifiedTimeAfter(Instant lastModifiedTimeAfter)
A filter that returns only jobs modified before a specified time.
- Parameters:
lastModifiedTimeAfter- A filter that returns only jobs modified before a specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusEquals
ListMonitoringExecutionsRequest.Builder statusEquals(String statusEquals)
A filter that retrieves only jobs with a specific status.
- Parameters:
statusEquals- A filter that retrieves only jobs with a specific status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExecutionStatus,ExecutionStatus
-
statusEquals
ListMonitoringExecutionsRequest.Builder statusEquals(ExecutionStatus statusEquals)
A filter that retrieves only jobs with a specific status.
- Parameters:
statusEquals- A filter that retrieves only jobs with a specific status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExecutionStatus,ExecutionStatus
-
monitoringJobDefinitionName
ListMonitoringExecutionsRequest.Builder monitoringJobDefinitionName(String monitoringJobDefinitionName)
Gets a list of the monitoring job runs of the specified monitoring job definitions.
- Parameters:
monitoringJobDefinitionName- Gets a list of the monitoring job runs of the specified monitoring job definitions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
monitoringTypeEquals
ListMonitoringExecutionsRequest.Builder monitoringTypeEquals(String monitoringTypeEquals)
A filter that returns only the monitoring job runs of the specified monitoring type.
- Parameters:
monitoringTypeEquals- A filter that returns only the monitoring job runs of the specified monitoring type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MonitoringType,MonitoringType
-
monitoringTypeEquals
ListMonitoringExecutionsRequest.Builder monitoringTypeEquals(MonitoringType monitoringTypeEquals)
A filter that returns only the monitoring job runs of the specified monitoring type.
- Parameters:
monitoringTypeEquals- A filter that returns only the monitoring job runs of the specified monitoring type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MonitoringType,MonitoringType
-
overrideConfiguration
ListMonitoringExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMonitoringExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-