public static final class GetIndexStateParam.Builder
extends java.lang.Object
GetIndexStateParam
class.Modifier and Type | Method | Description |
---|---|---|
GetIndexStateParam |
build() |
Verifies parameters and creates a new
GetIndexStateParam instance. |
GetIndexStateParam.Builder |
withCollectionName(@NonNull java.lang.String collectionName) |
Sets the collection name.
|
GetIndexStateParam.Builder |
withFieldName(@NonNull java.lang.String fieldName) |
Sets the target field name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public GetIndexStateParam.Builder withCollectionName(@NonNull
@NonNull java.lang.String collectionName)
collectionName
- collection nameBuilder
public GetIndexStateParam.Builder withFieldName(@NonNull
@NonNull java.lang.String fieldName)
fieldName
- field nameBuilder
public GetIndexStateParam build()
throws ParamException
GetIndexStateParam
instance.GetIndexStateParam
ParamException