Class GetIndexStateParam.Builder

  • Enclosing class:
    GetIndexStateParam

    public static final class GetIndexStateParam.Builder
    extends java.lang.Object
    Builder for GetIndexStateParam class.
    • Method Detail

      • withCollectionName

        public GetIndexStateParam.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
      • withFieldName

        public GetIndexStateParam.Builder withFieldName​(@NonNull
                                                        @NonNull java.lang.String fieldName)
        Sets the target field name. Field name cannot be empty or null.
        Parameters:
        fieldName - field name
        Returns:
        Builder