@Generated(value="software.amazon.awssdk:codegen") public final class ListFeatureGroupsRequest extends SageMakerRequest implements ToCopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFeatureGroupsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFeatureGroupsRequest.Builder |
builder() |
Instant |
creationTimeAfter()
Use this parameter to search for
FeatureGroupss created after a specific date and time. |
Instant |
creationTimeBefore()
Use this parameter to search for
FeatureGroupss created before a specific date and time. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FeatureGroupStatus |
featureGroupStatusEquals()
A
FeatureGroup status. |
String |
featureGroupStatusEqualsAsString()
A
FeatureGroup status. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results returned by
ListFeatureGroups. |
String |
nameContains()
A string that partially matches one or more
FeatureGroups names. |
String |
nextToken()
A token to resume pagination of
ListFeatureGroups results. |
OfflineStoreStatusValue |
offlineStoreStatusEquals()
An
OfflineStore status. |
String |
offlineStoreStatusEqualsAsString()
An
OfflineStore status. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFeatureGroupsRequest.Builder> |
serializableBuilderClass() |
FeatureGroupSortBy |
sortBy()
The value on which the feature group list is sorted.
|
String |
sortByAsString()
The value on which the feature group list is sorted.
|
FeatureGroupSortOrder |
sortOrder()
The order in which feature groups are listed.
|
String |
sortOrderAsString()
The order in which feature groups are listed.
|
ListFeatureGroupsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String nameContains()
A string that partially matches one or more FeatureGroups names. Filters FeatureGroups
by name.
FeatureGroups names. Filters
FeatureGroups by name.public FeatureGroupStatus featureGroupStatusEquals()
A FeatureGroup status. Filters by FeatureGroup status.
If the service returns an enum value that is not available in the current SDK version,
featureGroupStatusEquals will return FeatureGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from featureGroupStatusEqualsAsString().
FeatureGroup status. Filters by FeatureGroup status.FeatureGroupStatuspublic String featureGroupStatusEqualsAsString()
A FeatureGroup status. Filters by FeatureGroup status.
If the service returns an enum value that is not available in the current SDK version,
featureGroupStatusEquals will return FeatureGroupStatus.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from featureGroupStatusEqualsAsString().
FeatureGroup status. Filters by FeatureGroup status.FeatureGroupStatuspublic OfflineStoreStatusValue offlineStoreStatusEquals()
An OfflineStore status. Filters by OfflineStore status.
If the service returns an enum value that is not available in the current SDK version,
offlineStoreStatusEquals will return OfflineStoreStatusValue.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from offlineStoreStatusEqualsAsString().
OfflineStore status. Filters by OfflineStore status.OfflineStoreStatusValuepublic String offlineStoreStatusEqualsAsString()
An OfflineStore status. Filters by OfflineStore status.
If the service returns an enum value that is not available in the current SDK version,
offlineStoreStatusEquals will return OfflineStoreStatusValue.UNKNOWN_TO_SDK_VERSION. The raw
value returned by the service is available from offlineStoreStatusEqualsAsString().
OfflineStore status. Filters by OfflineStore status.OfflineStoreStatusValuepublic Instant creationTimeAfter()
Use this parameter to search for FeatureGroupss created after a specific date and time.
FeatureGroupss created after a specific date and time.public Instant creationTimeBefore()
Use this parameter to search for FeatureGroupss created before a specific date and time.
FeatureGroupss created before a specific date and time.public 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, sortOrder will
return FeatureGroupSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortOrderAsString().
FeatureGroupSortOrderpublic 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, sortOrder will
return FeatureGroupSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from sortOrderAsString().
FeatureGroupSortOrderpublic 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, sortBy will
return FeatureGroupSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
FeatureGroupSortBypublic 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, sortBy will
return FeatureGroupSortBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
sortByAsString().
FeatureGroupSortBypublic Integer maxResults()
The maximum number of results returned by ListFeatureGroups.
ListFeatureGroups.public String nextToken()
A token to resume pagination of ListFeatureGroups results.
ListFeatureGroups results.public ListFeatureGroupsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListFeatureGroupsRequest.Builder,ListFeatureGroupsRequest>toBuilder in class SageMakerRequestpublic static ListFeatureGroupsRequest.Builder builder()
public static Class<? extends ListFeatureGroupsRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.