Interface UpdateShardCountResponse.Builder

  • Method Details

    • streamName

      UpdateShardCountResponse.Builder streamName(String streamName)

      The name of the stream.

      Parameters:
      streamName - The name of the stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentShardCount

      UpdateShardCountResponse.Builder currentShardCount(Integer currentShardCount)

      The current number of shards.

      Parameters:
      currentShardCount - The current number of shards.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetShardCount

      UpdateShardCountResponse.Builder targetShardCount(Integer targetShardCount)

      The updated number of shards.

      Parameters:
      targetShardCount - The updated number of shards.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamARN

      The ARN of the stream.

      Parameters:
      streamARN - The ARN of the stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.