Interface DatastoreFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DatastoreFilter.Builder,DatastoreFilter>, SdkBuilder<DatastoreFilter.Builder,DatastoreFilter>, SdkPojo
Enclosing class:
DatastoreFilter

public static interface DatastoreFilter.Builder extends SdkPojo, CopyableBuilder<DatastoreFilter.Builder,DatastoreFilter>
  • Method Details

    • datastoreName

      DatastoreFilter.Builder datastoreName(String datastoreName)

      Allows the user to filter data store results by name.

      Parameters:
      datastoreName - Allows the user to filter data store results by name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datastoreStatus

      DatastoreFilter.Builder datastoreStatus(String datastoreStatus)

      Allows the user to filter data store results by status.

      Parameters:
      datastoreStatus - Allows the user to filter data store results by status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • datastoreStatus

      DatastoreFilter.Builder datastoreStatus(DatastoreStatus datastoreStatus)

      Allows the user to filter data store results by status.

      Parameters:
      datastoreStatus - Allows the user to filter data store results by status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdBefore

      DatastoreFilter.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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAfter

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.