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