public static interface DatastoreFilter.Builder extends SdkPojo, CopyableBuilder<DatastoreFilter.Builder,DatastoreFilter>
| Modifier and Type | Method and Description |
|---|---|
DatastoreFilter.Builder |
createdAfter(Instant createdAfter)
A filter that allows the user to set cutoff dates for records.
|
DatastoreFilter.Builder |
createdBefore(Instant createdBefore)
A filter that allows the user to set cutoff dates for records.
|
DatastoreFilter.Builder |
datastoreName(String datastoreName)
Allows the user to filter Data Store results by name.
|
DatastoreFilter.Builder |
datastoreStatus(DatastoreStatus datastoreStatus)
Allows the user to filter Data Store results by status.
|
DatastoreFilter.Builder |
datastoreStatus(String datastoreStatus)
Allows the user to filter Data Store results by status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatastoreFilter.Builder datastoreName(String datastoreName)
Allows the user to filter Data Store results by name.
datastoreName - Allows the user to filter Data Store results by name.DatastoreFilter.Builder datastoreStatus(String datastoreStatus)
Allows the user to filter Data Store results by status.
datastoreStatus - Allows the user to filter Data Store results by status.DatastoreStatus,
DatastoreStatusDatastoreFilter.Builder datastoreStatus(DatastoreStatus datastoreStatus)
Allows the user to filter Data Store results by status.
datastoreStatus - Allows the user to filter Data Store results by status.DatastoreStatus,
DatastoreStatusDatastoreFilter.Builder createdBefore(Instant createdBefore)
A filter that allows the user to set cutoff dates for records. All Data Stores created before the specified date will be included in the results.
createdBefore - A filter that allows the user to set cutoff dates for records. All Data Stores created before the
specified date will be included in the results.DatastoreFilter.Builder createdAfter(Instant createdAfter)
A filter that allows the user to set cutoff dates for records. All Data Stores created after the specified date will be included in the results.
createdAfter - A filter that allows the user to set cutoff dates for records. All Data Stores created after the
specified date will be included in the results.Copyright © 2023. All rights reserved.