Interface ListMonitoringExecutionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMonitoringExecutionsRequest.Builder,,ListMonitoringExecutionsRequest> SageMakerRequest.Builder,SdkBuilder<ListMonitoringExecutionsRequest.Builder,,ListMonitoringExecutionsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListMonitoringExecutionsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreationTimeAfter(Instant creationTimeAfter) A filter that returns only jobs created after a specified time.creationTimeBefore(Instant creationTimeBefore) A filter that returns only jobs created before a specified time.endpointName(String endpointName) Name of a specific endpoint to fetch jobs for.lastModifiedTimeAfter(Instant lastModifiedTimeAfter) A filter that returns only jobs modified before a specified time.lastModifiedTimeBefore(Instant lastModifiedTimeBefore) A filter that returns only jobs modified after 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 job runs of the specified monitoring job definitions.monitoringScheduleName(String monitoringScheduleName) Name of a specific schedule to fetch jobs for.monitoringTypeEquals(String monitoringTypeEquals) A filter that returns only the monitoring job runs of the specified monitoring type.monitoringTypeEquals(MonitoringType monitoringTypeEquals) A filter that returns only the monitoring job runs of the specified monitoring type.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.scheduledTimeAfter(Instant scheduledTimeAfter) Filter for jobs scheduled after a specified time.scheduledTimeBefore(Instant scheduledTimeBefore) Filter for jobs scheduled before a specified time.Whether to sort the results by theStatus,CreationTime, orScheduledTimefield.sortBy(MonitoringExecutionSortKey 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 retrieves only jobs with a specific status.statusEquals(ExecutionStatus statusEquals) A filter that retrieves only jobs with a specific status.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, sdkFields
-
Method Details
-
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
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
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.
-
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
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
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
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
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
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
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:
-
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:
-
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
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:
-
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:
-
overrideConfiguration
ListMonitoringExecutionsRequest.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
ListMonitoringExecutionsRequest.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.
-