Package com.ibm.cloud.cloudant.v1.model
Class GetIndexesInformationOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.cloudant.v1.model.GetIndexesInformationOptions.Builder
-
- Enclosing class:
- GetIndexesInformationOptions
public static class GetIndexesInformationOptions.Builder extends Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetIndexesInformationOptions
build()
Builds a GetIndexesInformationOptions.GetIndexesInformationOptions.Builder
db(String db)
Set the db.
-
-
-
Constructor Detail
-
Builder
public Builder()
Instantiates a new builder.
-
Builder
public Builder(String db)
Instantiates a new builder with required properties.- Parameters:
db
- the db
-
-
Method Detail
-
build
public GetIndexesInformationOptions build()
Builds a GetIndexesInformationOptions.- Returns:
- the new GetIndexesInformationOptions instance
-
db
public GetIndexesInformationOptions.Builder db(String db)
Set the db.- Parameters:
db
- the db- Returns:
- the GetIndexesInformationOptions builder
-
-