Class ListFeatureGroupsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.sagemaker.model.SageMakerRequest
-
- software.amazon.awssdk.services.sagemaker.model.ListFeatureGroupsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListFeatureGroupsRequest extends SageMakerRequest implements ToCopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListFeatureGroupsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListFeatureGroupsRequest.Builderbuilder()InstantcreationTimeAfter()Use this parameter to search forFeatureGroupss created after a specific date and time.InstantcreationTimeBefore()Use this parameter to search forFeatureGroupss created before a specific date and time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)FeatureGroupStatusfeatureGroupStatusEquals()AFeatureGroupstatus.StringfeatureGroupStatusEqualsAsString()AFeatureGroupstatus.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()IntegermaxResults()The maximum number of results returned byListFeatureGroups.StringnameContains()A string that partially matches one or moreFeatureGroups names.StringnextToken()A token to resume pagination ofListFeatureGroupsresults.OfflineStoreStatusValueofflineStoreStatusEquals()AnOfflineStorestatus.StringofflineStoreStatusEqualsAsString()AnOfflineStorestatus.List<SdkField<?>>sdkFields()static Class<? extends ListFeatureGroupsRequest.Builder>serializableBuilderClass()FeatureGroupSortBysortBy()The value on which the feature group list is sorted.StringsortByAsString()The value on which the feature group list is sorted.FeatureGroupSortOrdersortOrder()The order in which feature groups are listed.StringsortOrderAsString()The order in which feature groups are listed.ListFeatureGroupsRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
nameContains
public final String nameContains()
A string that partially matches one or more
FeatureGroups names. FiltersFeatureGroups by name.- Returns:
- A string that partially matches one or more
FeatureGroups names. FiltersFeatureGroups by name.
-
featureGroupStatusEquals
public final FeatureGroupStatus featureGroupStatusEquals()
A
FeatureGroupstatus. Filters byFeatureGroupstatus.If the service returns an enum value that is not available in the current SDK version,
featureGroupStatusEqualswill returnFeatureGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfeatureGroupStatusEqualsAsString().- Returns:
- A
FeatureGroupstatus. Filters byFeatureGroupstatus. - See Also:
FeatureGroupStatus
-
featureGroupStatusEqualsAsString
public final String featureGroupStatusEqualsAsString()
A
FeatureGroupstatus. Filters byFeatureGroupstatus.If the service returns an enum value that is not available in the current SDK version,
featureGroupStatusEqualswill returnFeatureGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfeatureGroupStatusEqualsAsString().- Returns:
- A
FeatureGroupstatus. Filters byFeatureGroupstatus. - See Also:
FeatureGroupStatus
-
offlineStoreStatusEquals
public final OfflineStoreStatusValue offlineStoreStatusEquals()
An
OfflineStorestatus. Filters byOfflineStorestatus.If the service returns an enum value that is not available in the current SDK version,
offlineStoreStatusEqualswill returnOfflineStoreStatusValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromofflineStoreStatusEqualsAsString().- Returns:
- An
OfflineStorestatus. Filters byOfflineStorestatus. - See Also:
OfflineStoreStatusValue
-
offlineStoreStatusEqualsAsString
public final String offlineStoreStatusEqualsAsString()
An
OfflineStorestatus. Filters byOfflineStorestatus.If the service returns an enum value that is not available in the current SDK version,
offlineStoreStatusEqualswill returnOfflineStoreStatusValue.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromofflineStoreStatusEqualsAsString().- Returns:
- An
OfflineStorestatus. Filters byOfflineStorestatus. - See Also:
OfflineStoreStatusValue
-
creationTimeAfter
public final Instant creationTimeAfter()
Use this parameter to search for
FeatureGroupss created after a specific date and time.- Returns:
- Use this parameter to search for
FeatureGroupss created after a specific date and time.
-
creationTimeBefore
public final Instant creationTimeBefore()
Use this parameter to search for
FeatureGroupss created before a specific date and time.- Returns:
- Use this parameter to search for
FeatureGroupss created before a specific date and time.
-
sortOrder
public final FeatureGroupSortOrder sortOrder()
The order in which feature groups are listed.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnFeatureGroupSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The order in which feature groups are listed.
- See Also:
FeatureGroupSortOrder
-
sortOrderAsString
public final String sortOrderAsString()
The order in which feature groups are listed.
If the service returns an enum value that is not available in the current SDK version,
sortOrderwill returnFeatureGroupSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- The order in which feature groups are listed.
- See Also:
FeatureGroupSortOrder
-
sortBy
public final FeatureGroupSortBy sortBy()
The value on which the feature group list is sorted.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnFeatureGroupSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The value on which the feature group list is sorted.
- See Also:
FeatureGroupSortBy
-
sortByAsString
public final String sortByAsString()
The value on which the feature group list is sorted.
If the service returns an enum value that is not available in the current SDK version,
sortBywill returnFeatureGroupSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortByAsString().- Returns:
- The value on which the feature group list is sorted.
- See Also:
FeatureGroupSortBy
-
maxResults
public final Integer maxResults()
The maximum number of results returned by
ListFeatureGroups.- Returns:
- The maximum number of results returned by
ListFeatureGroups.
-
nextToken
public final String nextToken()
A token to resume pagination of
ListFeatureGroupsresults.- Returns:
- A token to resume pagination of
ListFeatureGroupsresults.
-
toBuilder
public ListFeatureGroupsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>- Specified by:
toBuilderin classSageMakerRequest
-
builder
public static ListFeatureGroupsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListFeatureGroupsRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-