Interface CollectionGroupCapacityLimits.Builder

  • Method Details

    • maxIndexingCapacityInOCU

      CollectionGroupCapacityLimits.Builder maxIndexingCapacityInOCU(Float maxIndexingCapacityInOCU)

      The maximum indexing capacity for collections in the group.

      Parameters:
      maxIndexingCapacityInOCU - The maximum indexing capacity for collections in the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxSearchCapacityInOCU

      CollectionGroupCapacityLimits.Builder maxSearchCapacityInOCU(Float maxSearchCapacityInOCU)

      The maximum search capacity for collections in the group.

      Parameters:
      maxSearchCapacityInOCU - The maximum search capacity for collections in the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minIndexingCapacityInOCU

      CollectionGroupCapacityLimits.Builder minIndexingCapacityInOCU(Float minIndexingCapacityInOCU)

      The minimum indexing capacity for collections in the group.

      Parameters:
      minIndexingCapacityInOCU - The minimum indexing capacity for collections in the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minSearchCapacityInOCU

      CollectionGroupCapacityLimits.Builder minSearchCapacityInOCU(Float minSearchCapacityInOCU)

      The minimum search capacity for collections in the group.

      Parameters:
      minSearchCapacityInOCU - The minimum search capacity for collections in the group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.