Interface ListOptimizationJobsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListOptimizationJobsRequest.Builder,
,ListOptimizationJobsRequest> SageMakerRequest.Builder
,SdkBuilder<ListOptimizationJobsRequest.Builder,
,ListOptimizationJobsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListOptimizationJobsRequest
-
Method Summary
Modifier and TypeMethodDescriptioncreationTimeAfter
(Instant creationTimeAfter) Filters the results to only those optimization jobs that were created after the specified time.creationTimeBefore
(Instant creationTimeBefore) Filters the results to only those optimization jobs that were created before the specified time.lastModifiedTimeAfter
(Instant lastModifiedTimeAfter) Filters the results to only those optimization jobs that were updated after the specified time.lastModifiedTimeBefore
(Instant lastModifiedTimeBefore) Filters the results to only those optimization jobs that were updated before the specified time.maxResults
(Integer maxResults) The maximum number of optimization jobs to return in the response.nameContains
(String nameContains) Filters the results to only those optimization jobs with a name that contains the specified string.A token that you use to get the next set of results following a truncated response.optimizationContains
(String optimizationContains) Filters the results to only those optimization jobs that apply the specified optimization techniques.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The field by which to sort the optimization jobs in the response.sortBy
(ListOptimizationJobsSortBy sortBy) The field by which to sort the optimization jobs in the response.The sort order for results.The sort order for results.statusEquals
(String statusEquals) Filters the results to only those optimization jobs with the specified status.statusEquals
(OptimizationJobStatus statusEquals) Filters the results to only those optimization jobs with the specified 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, sdkFieldNameToField, sdkFields
-
Method Details
-
nextToken
A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token.
- Parameters:
nextToken
- A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of optimization jobs to return in the response. The default is 50.
- Parameters:
maxResults
- The maximum number of optimization jobs to return in the response. The default is 50.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeAfter
Filters the results to only those optimization jobs that were created after the specified time.
- Parameters:
creationTimeAfter
- Filters the results to only those optimization jobs that were created after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
Filters the results to only those optimization jobs that were created before the specified time.
- Parameters:
creationTimeBefore
- Filters the results to only those optimization jobs that were created before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeAfter
Filters the results to only those optimization jobs that were updated after the specified time.
- Parameters:
lastModifiedTimeAfter
- Filters the results to only those optimization jobs that were updated after the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTimeBefore
Filters the results to only those optimization jobs that were updated before the specified time.
- Parameters:
lastModifiedTimeBefore
- Filters the results to only those optimization jobs that were updated before the specified time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optimizationContains
Filters the results to only those optimization jobs that apply the specified optimization techniques. You can specify either
Quantization
orCompilation
.- Parameters:
optimizationContains
- Filters the results to only those optimization jobs that apply the specified optimization techniques. You can specify eitherQuantization
orCompilation
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nameContains
Filters the results to only those optimization jobs with a name that contains the specified string.
- Parameters:
nameContains
- Filters the results to only those optimization jobs with a name that contains the specified string.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusEquals
Filters the results to only those optimization jobs with the specified status.
- Parameters:
statusEquals
- Filters the results to only those optimization jobs with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusEquals
Filters the results to only those optimization jobs with the specified status.
- Parameters:
statusEquals
- Filters the results to only those optimization jobs with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The field by which to sort the optimization jobs in the response. The default is
CreationTime
- Parameters:
sortBy
- The field by which to sort the optimization jobs in the response. The default isCreationTime
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortBy
The field by which to sort the optimization jobs in the response. The default is
CreationTime
- Parameters:
sortBy
- The field by which to sort the optimization jobs in the response. The default isCreationTime
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for results. The default is
Ascending
- Parameters:
sortOrder
- The sort order for results. The default isAscending
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order for results. The default is
Ascending
- Parameters:
sortOrder
- The sort order for results. The default isAscending
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListOptimizationJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListOptimizationJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-