Class ListAliasesParam.Builder

    • Method Detail

      • withCollectionName

        public ListAliasesParam.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
      • withDatabaseName

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