Interface ListFeatureGroupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>,SageMakerRequest.Builder,SdkBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListFeatureGroupsRequest
public static interface ListFeatureGroupsRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFeatureGroupsRequest.BuildercreationTimeAfter(Instant creationTimeAfter)Use this parameter to search forFeatureGroupss created after a specific date and time.ListFeatureGroupsRequest.BuildercreationTimeBefore(Instant creationTimeBefore)Use this parameter to search forFeatureGroupss created before a specific date and time.ListFeatureGroupsRequest.BuilderfeatureGroupStatusEquals(String featureGroupStatusEquals)AFeatureGroupstatus.ListFeatureGroupsRequest.BuilderfeatureGroupStatusEquals(FeatureGroupStatus featureGroupStatusEquals)AFeatureGroupstatus.ListFeatureGroupsRequest.BuildermaxResults(Integer maxResults)The maximum number of results returned byListFeatureGroups.ListFeatureGroupsRequest.BuildernameContains(String nameContains)A string that partially matches one or moreFeatureGroups names.ListFeatureGroupsRequest.BuildernextToken(String nextToken)A token to resume pagination ofListFeatureGroupsresults.ListFeatureGroupsRequest.BuilderofflineStoreStatusEquals(String offlineStoreStatusEquals)AnOfflineStorestatus.ListFeatureGroupsRequest.BuilderofflineStoreStatusEquals(OfflineStoreStatusValue offlineStoreStatusEquals)AnOfflineStorestatus.ListFeatureGroupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFeatureGroupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFeatureGroupsRequest.BuildersortBy(String sortBy)The value on which the feature group list is sorted.ListFeatureGroupsRequest.BuildersortBy(FeatureGroupSortBy sortBy)The value on which the feature group list is sorted.ListFeatureGroupsRequest.BuildersortOrder(String sortOrder)The order in which feature groups are listed.ListFeatureGroupsRequest.BuildersortOrder(FeatureGroupSortOrder sortOrder)The order in which feature groups are listed.-
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 Detail
-
nameContains
ListFeatureGroupsRequest.Builder nameContains(String nameContains)
A string that partially matches one or more
FeatureGroups names. FiltersFeatureGroups by name.- Parameters:
nameContains- A string that partially matches one or moreFeatureGroups names. FiltersFeatureGroups by name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
featureGroupStatusEquals
ListFeatureGroupsRequest.Builder featureGroupStatusEquals(String featureGroupStatusEquals)
A
FeatureGroupstatus. Filters byFeatureGroupstatus.- Parameters:
featureGroupStatusEquals- AFeatureGroupstatus. Filters byFeatureGroupstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureGroupStatus,FeatureGroupStatus
-
featureGroupStatusEquals
ListFeatureGroupsRequest.Builder featureGroupStatusEquals(FeatureGroupStatus featureGroupStatusEquals)
A
FeatureGroupstatus. Filters byFeatureGroupstatus.- Parameters:
featureGroupStatusEquals- AFeatureGroupstatus. Filters byFeatureGroupstatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureGroupStatus,FeatureGroupStatus
-
offlineStoreStatusEquals
ListFeatureGroupsRequest.Builder offlineStoreStatusEquals(String offlineStoreStatusEquals)
An
OfflineStorestatus. Filters byOfflineStorestatus.- Parameters:
offlineStoreStatusEquals- AnOfflineStorestatus. Filters byOfflineStorestatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OfflineStoreStatusValue,OfflineStoreStatusValue
-
offlineStoreStatusEquals
ListFeatureGroupsRequest.Builder offlineStoreStatusEquals(OfflineStoreStatusValue offlineStoreStatusEquals)
An
OfflineStorestatus. Filters byOfflineStorestatus.- Parameters:
offlineStoreStatusEquals- AnOfflineStorestatus. Filters byOfflineStorestatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OfflineStoreStatusValue,OfflineStoreStatusValue
-
creationTimeAfter
ListFeatureGroupsRequest.Builder creationTimeAfter(Instant creationTimeAfter)
Use this parameter to search for
FeatureGroupss created after a specific date and time.- Parameters:
creationTimeAfter- Use this parameter to search forFeatureGroupss created after a specific date and time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeBefore
ListFeatureGroupsRequest.Builder creationTimeBefore(Instant creationTimeBefore)
Use this parameter to search for
FeatureGroupss created before a specific date and time.- Parameters:
creationTimeBefore- Use this parameter to search forFeatureGroupss created before a specific date and time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
ListFeatureGroupsRequest.Builder sortOrder(String sortOrder)
The order in which feature groups are listed.
- Parameters:
sortOrder- The order in which feature groups are listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureGroupSortOrder,FeatureGroupSortOrder
-
sortOrder
ListFeatureGroupsRequest.Builder sortOrder(FeatureGroupSortOrder sortOrder)
The order in which feature groups are listed.
- Parameters:
sortOrder- The order in which feature groups are listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureGroupSortOrder,FeatureGroupSortOrder
-
sortBy
ListFeatureGroupsRequest.Builder sortBy(String sortBy)
The value on which the feature group list is sorted.
- Parameters:
sortBy- The value on which the feature group list is sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureGroupSortBy,FeatureGroupSortBy
-
sortBy
ListFeatureGroupsRequest.Builder sortBy(FeatureGroupSortBy sortBy)
The value on which the feature group list is sorted.
- Parameters:
sortBy- The value on which the feature group list is sorted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FeatureGroupSortBy,FeatureGroupSortBy
-
maxResults
ListFeatureGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results returned by
ListFeatureGroups.- Parameters:
maxResults- The maximum number of results returned byListFeatureGroups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListFeatureGroupsRequest.Builder nextToken(String nextToken)
A token to resume pagination of
ListFeatureGroupsresults.- Parameters:
nextToken- A token to resume pagination ofListFeatureGroupsresults.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFeatureGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListFeatureGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-