Package com.ibm.cloud.cloudant.v1.model
Class GetPartitionInformationOptions.Builder
java.lang.Object
com.ibm.cloud.cloudant.v1.model.GetPartitionInformationOptions.Builder
- Enclosing class:
GetPartitionInformationOptions
Builder.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds a GetPartitionInformationOptions.Set the db.partitionKey
(String partitionKey) Set the partitionKey.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
db
- the dbpartitionKey
- the partitionKey
-
-
Method Details
-
build
Builds a GetPartitionInformationOptions.- Returns:
- the new GetPartitionInformationOptions instance
-
db
Set the db.- Parameters:
db
- the db- Returns:
- the GetPartitionInformationOptions builder
-
partitionKey
Set the partitionKey.- Parameters:
partitionKey
- the partitionKey- Returns:
- the GetPartitionInformationOptions builder
-