Interface DescribeLimitsResponse.Builder

  • Method Details

    • 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.
    • channelCount

      DescribeLimitsResponse.Builder channelCount(Integer channelCount)

      The number of channels in the account.

      Parameters:
      channelCount - The number of channels in the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • channelCountLimit

      DescribeLimitsResponse.Builder channelCountLimit(Integer channelCountLimit)

      The maximum number of channels allowed in the account.

      Parameters:
      channelCountLimit - The maximum number of channels allowed in the account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.