Class GetReplicasParam.Builder

    • Method Detail

      • withDatabaseName

        public GetReplicasParam.Builder withDatabaseName​(java.lang.String databaseName)
        Sets the database name. database name can be nil.
        Parameters:
        databaseName - database name
        Returns:
        Builder
      • withCollectionName

        public GetReplicasParam.Builder withCollectionName​(@NonNull
                                                           @NonNull java.lang.String collectionName)
        Sets the collection name. Collection name cannot be empty or null.
        Parameters:
        collectionName - collection name
        Returns:
        Builder