Interface ListImagesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListImagesRequest.Builder,,- ListImagesRequest> - SageMakerRequest.Builder,- SdkBuilder<ListImagesRequest.Builder,,- ListImagesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListImagesRequest
- 
Method SummaryModifier and TypeMethodDescriptioncreationTimeAfter(Instant creationTimeAfter) A filter that returns only images created on or after the specified time.creationTimeBefore(Instant creationTimeBefore) A filter that returns only images created on or before the specified time.lastModifiedTimeAfter(Instant lastModifiedTimeAfter) A filter that returns only images modified on or after the specified time.lastModifiedTimeBefore(Instant lastModifiedTimeBefore) A filter that returns only images modified on or before the specified time.maxResults(Integer maxResults) The maximum number of images to return in the response.nameContains(String nameContains) A filter that returns only images whose name contains the specified string.If the previous call toListImagesdidn't return the full set of images, the call returns a token for getting the next set of images.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The property used to sort results.sortBy(ImageSortBy sortBy) The property used to sort results.The sort order.sortOrder(ImageSortOrder sortOrder) The sort order.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
creationTimeAfterA filter that returns only images created on or after the specified time. - Parameters:
- creationTimeAfter- A filter that returns only images created on or after the specified time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeBeforeA filter that returns only images created on or before the specified time. - Parameters:
- creationTimeBefore- A filter that returns only images created on or before the specified time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedTimeAfterA filter that returns only images modified on or after the specified time. - Parameters:
- lastModifiedTimeAfter- A filter that returns only images modified on or after the specified time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lastModifiedTimeBeforeA filter that returns only images modified on or before the specified time. - Parameters:
- lastModifiedTimeBefore- A filter that returns only images modified on or before the specified time.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe maximum number of images to return in the response. The default value is 10. - Parameters:
- maxResults- The maximum number of images 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.
 
- 
nameContainsA filter that returns only images whose name contains the specified string. - Parameters:
- nameContains- A filter that returns only images whose name contains the specified string.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenIf the previous call to ListImagesdidn't return the full set of images, the call returns a token for getting the next set of images.- Parameters:
- nextToken- If the previous call to- ListImagesdidn't return the full set of images, the call returns a token for getting the next set of images.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sortByThe property used to sort results. The default value is CREATION_TIME.- Parameters:
- sortBy- The property used to sort results. The default value is- CREATION_TIME.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortByThe property used to sort results. The default value is CREATION_TIME.- Parameters:
- sortBy- The property used to sort results. The default value is- CREATION_TIME.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortOrderThe sort order. The default value is DESCENDING.- Parameters:
- sortOrder- The sort order. The default value is- DESCENDING.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortOrderThe sort order. The default value is DESCENDING.- Parameters:
- sortOrder- The sort order. The default value is- DESCENDING.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationListImagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationListImagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-