public static interface ListFeatureGroupsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFeatureGroupsRequest.Builder |
creationTimeAfter(Instant creationTimeAfter)
Use this parameter to search for
FeatureGroupss created after a specific date and time. |
ListFeatureGroupsRequest.Builder |
creationTimeBefore(Instant creationTimeBefore)
Use this parameter to search for
FeatureGroupss created before a specific date and time. |
ListFeatureGroupsRequest.Builder |
featureGroupStatusEquals(FeatureGroupStatus featureGroupStatusEquals)
A
FeatureGroup status. |
ListFeatureGroupsRequest.Builder |
featureGroupStatusEquals(String featureGroupStatusEquals)
A
FeatureGroup status. |
ListFeatureGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results returned by
ListFeatureGroups. |
ListFeatureGroupsRequest.Builder |
nameContains(String nameContains)
A string that partially matches one or more
FeatureGroups names. |
ListFeatureGroupsRequest.Builder |
nextToken(String nextToken)
A token to resume pagination of
ListFeatureGroups results. |
ListFeatureGroupsRequest.Builder |
offlineStoreStatusEquals(OfflineStoreStatusValue offlineStoreStatusEquals)
An
OfflineStore status. |
ListFeatureGroupsRequest.Builder |
offlineStoreStatusEquals(String offlineStoreStatusEquals)
An
OfflineStore status. |
ListFeatureGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFeatureGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListFeatureGroupsRequest.Builder |
sortBy(FeatureGroupSortBy sortBy)
The value on which the feature group list is sorted.
|
ListFeatureGroupsRequest.Builder |
sortBy(String sortBy)
The value on which the feature group list is sorted.
|
ListFeatureGroupsRequest.Builder |
sortOrder(FeatureGroupSortOrder sortOrder)
The order in which feature groups are listed.
|
ListFeatureGroupsRequest.Builder |
sortOrder(String sortOrder)
The order in which feature groups are listed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFeatureGroupsRequest.Builder nameContains(String nameContains)
A string that partially matches one or more FeatureGroups names. Filters
FeatureGroups by name.
nameContains - A string that partially matches one or more FeatureGroups names. Filters
FeatureGroups by name.ListFeatureGroupsRequest.Builder featureGroupStatusEquals(String featureGroupStatusEquals)
A FeatureGroup status. Filters by FeatureGroup status.
featureGroupStatusEquals - A FeatureGroup status. Filters by FeatureGroup status.FeatureGroupStatus,
FeatureGroupStatusListFeatureGroupsRequest.Builder featureGroupStatusEquals(FeatureGroupStatus featureGroupStatusEquals)
A FeatureGroup status. Filters by FeatureGroup status.
featureGroupStatusEquals - A FeatureGroup status. Filters by FeatureGroup status.FeatureGroupStatus,
FeatureGroupStatusListFeatureGroupsRequest.Builder offlineStoreStatusEquals(String offlineStoreStatusEquals)
An OfflineStore status. Filters by OfflineStore status.
offlineStoreStatusEquals - An OfflineStore status. Filters by OfflineStore status.OfflineStoreStatusValue,
OfflineStoreStatusValueListFeatureGroupsRequest.Builder offlineStoreStatusEquals(OfflineStoreStatusValue offlineStoreStatusEquals)
An OfflineStore status. Filters by OfflineStore status.
offlineStoreStatusEquals - An OfflineStore status. Filters by OfflineStore status.OfflineStoreStatusValue,
OfflineStoreStatusValueListFeatureGroupsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Use this parameter to search for FeatureGroupss created after a specific date and time.
creationTimeAfter - Use this parameter to search for FeatureGroupss created after a specific date and time.ListFeatureGroupsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Use this parameter to search for FeatureGroupss created before a specific date and time.
creationTimeBefore - Use this parameter to search for FeatureGroupss created before a specific date and time.ListFeatureGroupsRequest.Builder sortOrder(String sortOrder)
The order in which feature groups are listed.
sortOrder - The order in which feature groups are listed.FeatureGroupSortOrder,
FeatureGroupSortOrderListFeatureGroupsRequest.Builder sortOrder(FeatureGroupSortOrder sortOrder)
The order in which feature groups are listed.
sortOrder - The order in which feature groups are listed.FeatureGroupSortOrder,
FeatureGroupSortOrderListFeatureGroupsRequest.Builder sortBy(String sortBy)
The value on which the feature group list is sorted.
sortBy - The value on which the feature group list is sorted.FeatureGroupSortBy,
FeatureGroupSortByListFeatureGroupsRequest.Builder sortBy(FeatureGroupSortBy sortBy)
The value on which the feature group list is sorted.
sortBy - The value on which the feature group list is sorted.FeatureGroupSortBy,
FeatureGroupSortByListFeatureGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned by ListFeatureGroups.
maxResults - The maximum number of results returned by ListFeatureGroups.ListFeatureGroupsRequest.Builder nextToken(String nextToken)
A token to resume pagination of ListFeatureGroups results.
nextToken - A token to resume pagination of ListFeatureGroups results.ListFeatureGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFeatureGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.