Interface DatastoreFilter.Builder

    • Method Detail

      • 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, DatastoreStatus
      • 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:
        DatastoreStatus, DatastoreStatus
      • 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.