public static interface ListResourceCatalogsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListResourceCatalogsRequest.Builder,ListResourceCatalogsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListResourceCatalogsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
Use this parameter to search for
ResourceCatalogs created after a specific date and time. |
ListResourceCatalogsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
Use this parameter to search for
ResourceCatalogs created before a specific date and time. |
ListResourceCatalogsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results returned by
ListResourceCatalogs. |
ListResourceCatalogsRequest.Builder |
nameContains(String nameContains)
A string that partially matches one or more
ResourceCatalogs names. |
ListResourceCatalogsRequest.Builder |
nextToken(String nextToken)
A token to resume pagination of
ListResourceCatalogs results. |
ListResourceCatalogsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListResourceCatalogsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListResourceCatalogsRequest.Builder |
sortBy(ResourceCatalogSortBy sortBy)
The value on which the resource catalog list is sorted.
|
ListResourceCatalogsRequest.Builder |
sortBy(String sortBy)
The value on which the resource catalog list is sorted.
|
ListResourceCatalogsRequest.Builder |
sortOrder(ResourceCatalogSortOrder sortOrder)
The order in which the resource catalogs are listed.
|
ListResourceCatalogsRequest.Builder |
sortOrder(String sortOrder)
The order in which the resource catalogs are listed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResourceCatalogsRequest.Builder nameContains(String nameContains)
A string that partially matches one or more ResourceCatalogs names. Filters
ResourceCatalog by name.
nameContains - A string that partially matches one or more ResourceCatalogs names. Filters
ResourceCatalog by name.ListResourceCatalogsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Use this parameter to search for ResourceCatalogs created after a specific date and time.
creationTimeAfter - Use this parameter to search for ResourceCatalogs created after a specific date and time.ListResourceCatalogsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Use this parameter to search for ResourceCatalogs created before a specific date and time.
creationTimeBefore - Use this parameter to search for ResourceCatalogs created before a specific date and
time.ListResourceCatalogsRequest.Builder sortOrder(String sortOrder)
The order in which the resource catalogs are listed.
sortOrder - The order in which the resource catalogs are listed.ResourceCatalogSortOrder,
ResourceCatalogSortOrderListResourceCatalogsRequest.Builder sortOrder(ResourceCatalogSortOrder sortOrder)
The order in which the resource catalogs are listed.
sortOrder - The order in which the resource catalogs are listed.ResourceCatalogSortOrder,
ResourceCatalogSortOrderListResourceCatalogsRequest.Builder sortBy(String sortBy)
The value on which the resource catalog list is sorted.
sortBy - The value on which the resource catalog list is sorted.ResourceCatalogSortBy,
ResourceCatalogSortByListResourceCatalogsRequest.Builder sortBy(ResourceCatalogSortBy sortBy)
The value on which the resource catalog list is sorted.
sortBy - The value on which the resource catalog list is sorted.ResourceCatalogSortBy,
ResourceCatalogSortByListResourceCatalogsRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned by ListResourceCatalogs.
maxResults - The maximum number of results returned by ListResourceCatalogs.ListResourceCatalogsRequest.Builder nextToken(String nextToken)
A token to resume pagination of ListResourceCatalogs results.
nextToken - A token to resume pagination of ListResourceCatalogs results.ListResourceCatalogsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListResourceCatalogsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.