Interface DescribeLimitsResponse.Builder

    • Method Detail

      • shardLimit

        DescribeLimitsResponse.Builder shardLimit​(Integer shardLimit)

        The maximum number of shards.

        Parameters:
        shardLimit - The maximum number of shards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • openShardCount

        DescribeLimitsResponse.Builder openShardCount​(Integer openShardCount)

        The number of open shards.

        Parameters:
        openShardCount - The number of open shards.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • onDemandStreamCount

        DescribeLimitsResponse.Builder onDemandStreamCount​(Integer onDemandStreamCount)

        Indicates the number of data streams with the on-demand capacity mode.

        Parameters:
        onDemandStreamCount - Indicates the number of data streams with the on-demand capacity mode.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • onDemandStreamCountLimit

        DescribeLimitsResponse.Builder onDemandStreamCountLimit​(Integer onDemandStreamCountLimit)

        The maximum number of data streams with the on-demand capacity mode.

        Parameters:
        onDemandStreamCountLimit - The maximum number of data streams with the on-demand capacity mode.
        Returns:
        Returns a reference to this object so that method calls can be chained together.